Skip to content

Commit

Permalink
add summary to family_name_bolding & family_description_bolding
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Dec 18, 2024
1 parent d6e21d8 commit 3aec5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/local_vespa/test_app/schemas/family_document.sd
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ schema family_document {
}

field family_name_bolding type string {
indexing: input family_name_index | index
indexing: input family_name_index | summary | index
bolding: true
}

field family_description_bolding type string {
indexing: input family_description_index | index
indexing: input family_description_index | summary | index
bolding: true
}

Expand Down

0 comments on commit 3aec5fc

Please sign in to comment.