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 13, 2025
1 parent 8268a30 commit 5da5029
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ schema family_document {
attribute: fast-search
}
}

field concept_counts type map<string, int> {
indexing: summary | attribute
attribute: fast-search
}
}

import field search_weights_ref.name_weight as name_weight {}
Expand Down Expand Up @@ -245,6 +250,7 @@ schema family_document {
summary document_cdn_object {}
summary document_source_url {}
summary metadata {}
summary concept_counts {}
summary corpus_import_id {}
summary corpus_type_name {}
summary collection_title {}
Expand Down

0 comments on commit 5da5029

Please sign in to comment.