Skip to content

Commit

Permalink
Update vespa test files
Browse files Browse the repository at this point in the history
  • Loading branch information
THOR300 authored and github-actions[bot] committed Jan 6, 2025
1 parent 4cb546e commit 785032f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/local_vespa/test_app/schemas/family_document.sd
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,19 @@ schema family_document {
attribute: fast-search
}
}

struct concept_metadata {
field concept_id type string {}
field count type int {}
}

field concepts_metadata type map<string, concept_metadata> {
indexing: summary
struct-field key {
indexing: attribute
attribute: fast-search
}
}
}

import field search_weights_ref.name_weight as name_weight {}
Expand Down Expand Up @@ -275,6 +288,7 @@ schema family_document {
summary document_cdn_object {}
summary document_source_url {}
summary metadata {}
summary concepts_metadata {}
summary corpus_import_id {}
summary corpus_type_name {}
summary collection_title {}
Expand All @@ -299,6 +313,7 @@ schema family_document {
summary document_cdn_object {}
summary document_source_url {}
summary metadata {}
summary concepts_metadata {}
summary corpus_import_id {}
summary corpus_type_name {}
summary collection_title {}
Expand Down

0 comments on commit 785032f

Please sign in to comment.