Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Suggester interface
- Package:
- @azure/search-documents
Defines how the Suggest API should apply to a group of fields in the index.
Properties
| name | The name of the suggester. |
| searchMode | A value indicating the capabilities of the suggester. |
| sourceFields | The list of field names to which the suggester applies. Each field must be searchable. |
Property Details
name
The name of the suggester.
name: string
Property Value
string
searchMode
A value indicating the capabilities of the suggester.
searchMode: "analyzingInfixMatching"
Property Value
"analyzingInfixMatching"
sourceFields
The list of field names to which the suggester applies. Each field must be searchable.
sourceFields: string[]
Property Value
string[]
