SearchIndexKnowledgeSourceParameters interface
Parameters for search index knowledge source.
Properties
| search |
Used to restrict which fields to search on the search index. |
| search |
The name of the Search index. |
| semantic |
Used to specify a different semantic configuration on the target search index other than the default one. |
| source |
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[]