Class SuggesterBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class SuggesterBase : 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
public string Analyzer { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
The name of the field on which to run the query
Declaration
public Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Size
The number of suggestions to return. Defaults to 5
Declaration
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
int? |