Search Results for

    Show / Hide Table of Contents

    Interface ILimitTokenCountTokenFilter

    Limits the number of tokens that are indexed per document and field.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ILimitTokenCountTokenFilter : ITokenFilter

    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
    [DataMember(Name = "consume_all_tokens")]
    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
    [DataMember(Name = "max_token_count")]
    int? MaxTokenCount { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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