Class CompletionAttribute
Inheritance
CompletionAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class CompletionAttribute : OpenSearchDocValuesPropertyAttributeBase, IPropertyMapping, ICompletionProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
CompletionAttribute()
Declaration
public CompletionAttribute()
Properties
|
Edit this page
View Source
Analyzer
Declaration
public string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int MaxInputLength { get; set; }
Property Value
|
Edit this page
View Source
PreservePositionIncrements
Declaration
public bool PreservePositionIncrements { get; set; }
Property Value
|
Edit this page
View Source
PreserveSeparators
Declaration
public bool PreserveSeparators { get; set; }
Property Value
|
Edit this page
View Source
SearchAnalyzer
Declaration
public string SearchAnalyzer { get; set; }
Property Value
Implements
Extension Methods