Share via


SearchIndexKnowledgeSourceParameters interface

Parameters for search index knowledge source.

Properties

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

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