Search Results for

    Show / Hide Table of Contents

    Interface ILengthTokenFilter

    A token filter of type length that removes words that are too long or too short for the stream.

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

    Properties

    | Edit this page View Source

    Max

    The maximum number. Defaults to Integer.MAX_VALUE.

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

    Min

    The minimum number. Defaults to 0.

    Declaration
    [DataMember(Name = "min")]
    int? Min { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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