Interface ICompletionProperty
Assembly: OpenSearch.Client.dll
Syntax
public interface ICompletionProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
|
Edit this page
View Source
Analyzer
Declaration
[DataMember(Name = "analyzer")]
string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Contexts
Declaration
[DataMember(Name = "contexts")]
IList<ISuggestContext> Contexts { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "max_input_length")]
int? MaxInputLength { get; set; }
Property Value
|
Edit this page
View Source
PreservePositionIncrements
Declaration
[DataMember(Name = "preserve_position_increments")]
bool? PreservePositionIncrements { get; set; }
Property Value
|
Edit this page
View Source
PreserveSeparators
Declaration
[DataMember(Name = "preserve_separators")]
bool? PreserveSeparators { get; set; }
Property Value
|
Edit this page
View Source
SearchAnalyzer
Declaration
[DataMember(Name = "search_analyzer")]
string SearchAnalyzer { get; set; }
Property Value
Extension Methods