Interface IDocValuesProperty
Properties of a mapping for a property type to a document field that has doc_values in OpenSearch
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IDocValuesProperty : ICoreProperty, IProperty, IFieldMapping
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
[DataMember(Name = "doc_values")]
bool? DocValues { get; set; }
Property Value
Type | Description |
---|---|
bool? |