Interface ITokenCountProperty
A field of type token_count is really an integer field which accepts string values,
analyzes them, then indexes the number of tokens in the string.
Assembly: OpenSearch.Client.dll
Syntax
public interface ITokenCountProperty : 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
EnablePositionIncrements
Declaration
[DataMember(Name = "enable_position_increments")]
bool? EnablePositionIncrements { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
[DataMember(Name = "null_value")]
double? NullValue { get; set; }
Property Value
Extension Methods