Interface IBooleanProperty
The boolean fields accepts true and false values
Assembly: OpenSearch.Client.dll
Syntax
public interface IBooleanProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
|
Edit this page
View Source
Boost
Declaration
[DataMember(Name = "boost")]
double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
[DataMember(Name = "fielddata")]
INumericFielddata Fielddata { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
[DataMember(Name = "null_value")]
bool? NullValue { get; set; }
Property Value
Extension Methods