Class CompletionProperty
Inheritance
CompletionProperty
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CompletionProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, ICompletionProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
CompletionProperty()
Declaration
public CompletionProperty()
Properties
|
Edit this page
View Source
Analyzer
Declaration
public string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Contexts
Declaration
public IList<ISuggestContext> Contexts { 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