Class KeywordAttribute
Inheritance
KeywordAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class KeywordAttribute : OpenSearchDocValuesPropertyAttributeBase, IPropertyMapping, IKeywordProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
KeywordAttribute()
Declaration
public KeywordAttribute()
Properties
|
Edit this page
View Source
Boost
Declaration
public double Boost { get; set; }
Property Value
|
Edit this page
View Source
EagerGlobalOrdinals
Declaration
public bool EagerGlobalOrdinals { get; set; }
Property Value
|
Edit this page
View Source
IgnoreAbove
Declaration
public int IgnoreAbove { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public bool Index { get; set; }
Property Value
|
Edit this page
View Source
IndexOptions
Declaration
public IndexOptions IndexOptions { get; set; }
Property Value
|
Edit this page
View Source
Normalizer
Declaration
public string Normalizer { get; set; }
Property Value
|
Edit this page
View Source
Norms
Declaration
public bool Norms { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
public string NullValue { get; set; }
Property Value
|
Edit this page
View Source
SplitQueriesOnWhitespace
Declaration
public bool SplitQueriesOnWhitespace { get; set; }
Property Value
Implements
Extension Methods