SearchIndexKnowledgeSourceParameters interface

Parameters for search index knowledge source.

Properties

baseFilter

A default filter condition applied to the index at retrieval time (e.g., 'State eq VA'). Can be overridden at query time via knowledge source runtime parameters.

searchFields

Used to restrict which fields to search on the search index.

searchIndexName

The name of the Search index.

semanticConfigurationName

Used to specify a different semantic configuration on the target search index other than the default one.

sourceDataFields

Used to request additional fields for referenced source data.

Property Details

baseFilter

A default filter condition applied to the index at retrieval time (e.g., 'State eq VA'). Can be overridden at query time via knowledge source runtime parameters.

baseFilter?: string

Property Value

string

searchFields

Used to restrict which fields to search on the search index.

searchFields?: SearchIndexFieldReference[]

Property Value

searchIndexName

The name of the Search index.

searchIndexName: string

Property Value

string

semanticConfigurationName

Used to specify a different semantic configuration on the target search index other than the default one.

semanticConfigurationName?: string

Property Value

string

sourceDataFields

Used to request additional fields for referenced source data.

sourceDataFields?: SearchIndexFieldReference[]

Property Value