Class DocValuesPropertyBase
Properties of a mapping for a property type to a document field that has doc_values in OpenSearch
Inheritance
DocValuesPropertyBase
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class DocValuesPropertyBase : CorePropertyBase, IPropertyWithClrOrigin, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceDocValuesPropertyBase(FieldType)
Declaration
protected DocValuesPropertyBase(FieldType type)
Parameters
Type | Name | Description |
---|---|---|
FieldType | type |
Properties
| Edit this page View SourceDocValues
Whether to persist the value at index time in a columnar data structure (referred to as doc_values in Lucene)
which makes the value available for efficient sorting and aggregations. Default is true
.
Declaration
public bool? DocValues { get; set; }
Property Value
Type | Description |
---|---|
bool? |