Search Results for

    Show / Hide Table of Contents

    Interface INGramTokenFilter

    A token filter of type nGram.

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

    Properties

    | Edit this page View Source

    MaxGram

    Defaults to 2

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

    MinGram

    Defaults to 1.

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

    PreserveOriginal

    Emits original token when set to true. Defaults to false.

    Declaration
    [DataMember(Name = "preserve_original")]
    bool? PreserveOriginal { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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