Class BooleanAttribute
Inheritance
BooleanAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class BooleanAttribute : OpenSearchDocValuesPropertyAttributeBase, IPropertyMapping, IBooleanProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
BooleanAttribute()
Declaration
public BooleanAttribute()
Properties
|
Edit this page
View Source
Boost
Declaration
public double Boost { 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 bool NullValue { get; set; }
Property Value
Implements
Extension Methods