Class TokenCountProperty
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.
Inheritance
TokenCountProperty
Assembly: OpenSearch.Client.dll
Syntax
public class TokenCountProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, ITokenCountProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
TokenCountProperty()
Declaration
public TokenCountProperty()
Properties
|
Edit this page
View Source
Analyzer
Declaration
public string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
EnablePositionIncrements
Declaration
public bool? EnablePositionIncrements { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
public double? NullValue { get; set; }
Property Value
Implements
Extension Methods