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.

fieldValues

Representative values for the field.

filterInstructions

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