Class TokenCountAttribute
Inheritance
TokenCountAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class TokenCountAttribute : OpenSearchDocValuesPropertyAttributeBase, IPropertyMapping, ITokenCountProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
TokenCountAttribute()
Declaration
public TokenCountAttribute()
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