Search Results for

    Show / Hide Table of Contents

    Interface IDocValuesProperty

    Properties of a mapping for a property type to a document field that has doc_values in OpenSearch

    Inherited Members
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDocValuesProperty : ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    DocValues

    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?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DocValues
    • Extension Methods
    Back to top Generated by DocFX