Search Results for

    Show / Hide Table of Contents

    Class LimitTokenCountTokenFilter

    Inheritance
    object
    TokenFilterBase
    LimitTokenCountTokenFilter
    Implements
    ILimitTokenCountTokenFilter
    ITokenFilter
    Inherited Members
    TokenFilterBase.Type
    TokenFilterBase.Version
    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 LimitTokenCountTokenFilter : TokenFilterBase, ILimitTokenCountTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    LimitTokenCountTokenFilter()

    Declaration
    public LimitTokenCountTokenFilter()

    Properties

    | Edit this page View Source

    ConsumeAllTokens

    If set to true the filter exhaust the stream even if max_token_count tokens have been consumed already.

    Declaration
    public bool? ConsumeAllTokens { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    MaxTokenCount

    The maximum number of tokens that should be indexed per document and field.

    Declaration
    public int? MaxTokenCount { get; set; }
    Property Value
    Type Description
    int?

    Implements

    ILimitTokenCountTokenFilter
    ITokenFilter

    Extension Methods

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