Class BooleanProperty
Inheritance
BooleanProperty
Assembly: OpenSearch.Client.dll
Syntax
public class BooleanProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IBooleanProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
BooleanProperty()
Declaration
Properties
|
Edit this page
View Source
Boost
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
public INumericFielddata Fielddata { 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