Interface ISuggester
A suggester that suggests similar looking terms based on a provided text
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ISuggester
Properties
| Edit this page View SourceAnalyzer
The analyzer to analyse the suggest text with. Defaults to the search analyzer of the suggest field.
Declaration
[DataMember(Name = "analyzer")]
string Analyzer { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
The name of the field on which to run the query
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Size
The number of suggestions to return. Defaults to 5
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
Type | Description |
---|---|
int? |