SearchIndexKnowledgeSourceQueryHints interface

Hints that guide query planning toward useful filters and boosts for a search index knowledge source.

Properties

boosts

Boost hints that identify conditions the query planner can use to influence document ranking.

filters

Filter hints that identify fields and representative values the query planner can use when constructing filters.

Property Details

boosts

Boost hints that identify conditions the query planner can use to influence document ranking.

boosts?: SearchIndexKnowledgeSourceBoostUnion[]

Property Value

filters

Filter hints that identify fields and representative values the query planner can use when constructing filters.

filters?: SearchIndexKnowledgeSourceFilterHint[]

Property Value