Search Results for

    Show / Hide Table of Contents

    Interface ITokenCountProperty

    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.

    Inherited Members
    IDocValuesProperty.DocValues
    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 ITokenCountProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Analyzer

    Declaration
    [DataMember(Name = "analyzer")]
    string Analyzer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EnablePositionIncrements

    Declaration
    [DataMember(Name = "enable_position_increments")]
    bool? EnablePositionIncrements { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "index")]
    bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NullValue

    Declaration
    [DataMember(Name = "null_value")]
    double? NullValue { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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