Class BooleanPropertyDescriptor<T>
Inheritance
BooleanPropertyDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class BooleanPropertyDescriptor<T> : DocValuesPropertyDescriptorBase<BooleanPropertyDescriptor<T>, IBooleanProperty, T>, IDescriptor, IBooleanProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
Type Parameters
Constructors
|
Edit this page
View Source
BooleanPropertyDescriptor()
Declaration
public BooleanPropertyDescriptor()
Methods
|
Edit this page
View Source
Boost(double?)
Declaration
public BooleanPropertyDescriptor<T> Boost(double? boost)
Parameters
Type |
Name |
Description |
double? |
boost |
|
Returns
|
Edit this page
View Source
Fielddata(Func<NumericFielddataDescriptor, INumericFielddata>)
Declaration
public BooleanPropertyDescriptor<T> Fielddata(Func<NumericFielddataDescriptor, INumericFielddata> selector)
Parameters
Returns
|
Edit this page
View Source
Index(bool?)
Declaration
public BooleanPropertyDescriptor<T> Index(bool? index = true)
Parameters
Type |
Name |
Description |
bool? |
index |
|
Returns
|
Edit this page
View Source
NullValue(bool?)
Declaration
public BooleanPropertyDescriptor<T> NullValue(bool? nullValue)
Parameters
Type |
Name |
Description |
bool? |
nullValue |
|
Returns
Implements
Extension Methods