Search Results for

    Show / Hide Table of Contents

    Interface IEdgeNGramTokenFilter

    A token filter of type edgeNGram.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IEdgeNGramTokenFilter : 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?
    | Edit this page View Source

    Side

    Either front or back. Defaults to front.

    Declaration
    [DataMember(Name = "side")]
    EdgeNGramSide? Side { get; set; }
    Property Value
    Type Description
    EdgeNGramSide?

    Extension Methods

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