Search Results for

    Show / Hide Table of Contents

    Class TokenCountPropertyDescriptor<T>

    A field of type token_count is really an integer field which accepts string values, analyzes them, then indexes the number of tokens in the string.

    Inheritance
    object
    DescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty>
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>
    CorePropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>
    DocValuesPropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>
    TokenCountPropertyDescriptor<T>
    Implements
    IDescriptor
    ITokenCountProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.DebugDisplay
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.TypeOverride
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty>.Self
    DescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty>.Assign<TValue>(TValue, Action<ITokenCountProperty, 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 class TokenCountPropertyDescriptor<T> : DocValuesPropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>, IDescriptor, ITokenCountProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    TokenCountPropertyDescriptor()

    Declaration
    public TokenCountPropertyDescriptor()

    Methods

    | Edit this page View Source

    Analyzer(string)

    Declaration
    public TokenCountPropertyDescriptor<T> Analyzer(string analyzer)
    Parameters
    Type Name Description
    string analyzer
    Returns
    Type Description
    TokenCountPropertyDescriptor<T>
    | Edit this page View Source

    EnablePositionIncrements(bool?)

    Declaration
    public TokenCountPropertyDescriptor<T> EnablePositionIncrements(bool? enablePositionIncrements = true)
    Parameters
    Type Name Description
    bool? enablePositionIncrements
    Returns
    Type Description
    TokenCountPropertyDescriptor<T>
    | Edit this page View Source

    Index(bool?)

    Declaration
    public TokenCountPropertyDescriptor<T> Index(bool? index = true)
    Parameters
    Type Name Description
    bool? index
    Returns
    Type Description
    TokenCountPropertyDescriptor<T>
    | Edit this page View Source

    NullValue(double?)

    Declaration
    public TokenCountPropertyDescriptor<T> NullValue(double? nullValue)
    Parameters
    Type Name Description
    double? nullValue
    Returns
    Type Description
    TokenCountPropertyDescriptor<T>

    Implements

    IDescriptor
    ITokenCountProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TokenCountPropertyDescriptor()
    • Methods
      • Analyzer(string)
      • EnablePositionIncrements(bool?)
      • Index(bool?)
      • NullValue(double?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX