SearchIndexKnowledgeSourceFilterHint interface
A hint that identifies a field and representative values the query planner can use when constructing a filter.
Properties
| field | The name of the filterable search index field. |
| field |
Representative values for the field. |
| filter |
Natural-language instructions that explain when and how to filter on the field. |
Property Details
field
The name of the filterable search index field.
field: string
Property Value
string
fieldValues
Representative values for the field.
fieldValues: string[]
Property Value
string[]
filterInstructions
Natural-language instructions that explain when and how to filter on the field.
filterInstructions?: string
Property Value
string