SemanticSearch interface

Defines parameters for a search index that influence semantic capabilities.

Properties

configurations

The semantic configurations for the index.

defaultConfigurationName

Allows you to set the name of a default semantic configuration in your index, making it optional to pass it on as a query parameter every time.

Property Details

configurations

The semantic configurations for the index.

configurations?: SemanticConfiguration[]

Property Value

defaultConfigurationName

Allows you to set the name of a default semantic configuration in your index, making it optional to pass it on as a query parameter every time.

defaultConfigurationName?: string

Property Value

string