Search Results for

    Show / Hide Table of Contents

    Class DocValuesPropertyBase

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

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    BinaryProperty
    BooleanProperty
    CompletionProperty
    DateNanosProperty
    DateProperty
    GenericProperty
    GeoPointProperty
    GeoShapeProperty
    IpProperty
    KeywordProperty
    KnnVectorProperty
    Murmur3HashProperty
    NumberProperty
    RangePropertyBase
    TokenCountProperty
    Implements
    IPropertyWithClrOrigin
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class DocValuesPropertyBase : CorePropertyBase, IPropertyWithClrOrigin, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    DocValuesPropertyBase(FieldType)

    Declaration
    protected DocValuesPropertyBase(FieldType type)
    Parameters
    Type Name Description
    FieldType type

    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
    public bool? DocValues { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IPropertyWithClrOrigin
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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