Search Results for

    Show / Hide Table of Contents

    Class DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>

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

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    PropertyDescriptorBase<TDescriptor, TInterface, T>
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>
    DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>
    BinaryPropertyDescriptor<T>
    BooleanPropertyDescriptor<T>
    CompletionPropertyDescriptor<T>
    DateNanosPropertyDescriptor<T>
    DatePropertyDescriptor<T>
    GenericPropertyDescriptor<T>
    GeoPointPropertyDescriptor<T>
    GeoShapePropertyDescriptor<T>
    IpPropertyDescriptor<T>
    KeywordPropertyDescriptor<T>
    KnnVectorPropertyDescriptor<T>
    Murmur3HashPropertyDescriptor<T>
    NumberPropertyDescriptorBase<TDescriptor, TInterface, T>
    RangePropertyDescriptorBase<TDescriptor, TInterface, T>
    TokenCountPropertyDescriptor<T>
    Implements
    IDescriptor
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Store(bool?)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Similarity(string)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.DebugDisplay
    PropertyDescriptorBase<TDescriptor, TInterface, T>.TypeOverride
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Name(PropertyName)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<TDescriptor, TInterface>.Self
    DescriptorBase<TDescriptor, TInterface>.Assign<TValue>(TValue, Action<TInterface, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T> : CorePropertyDescriptorBase<TDescriptor, TInterface, T>, IDescriptor, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where TDescriptor : DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>, TInterface where TInterface : class, IDocValuesProperty where T : class
    Type Parameters
    Name Description
    TDescriptor
    TInterface
    T

    Constructors

    | Edit this page View Source

    DocValuesPropertyDescriptorBase(FieldType)

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

    Methods

    | Edit this page View Source

    DocValues(bool?)

    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 TDescriptor DocValues(bool? docValues = true)
    Parameters
    Type Name Description
    bool? docValues
    Returns
    Type Description
    TDescriptor

    Implements

    IDescriptor
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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