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 8, 2025
1 parent 04ed209 commit 6876dbb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/local_vespa/test_app/schemas/family_document.sd
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ schema family_document {
attribute: fast-search
}
}

struct concept_metadata {
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 @@ -245,6 +257,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 6876dbb

Please sign in to comment.