Search Results for

    Show / Hide Table of Contents

    Class EdgeNGramTokenFilter

    Inheritance
    object
    TokenFilterBase
    EdgeNGramTokenFilter
    Implements
    IEdgeNGramTokenFilter
    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 EdgeNGramTokenFilter : TokenFilterBase, IEdgeNGramTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    EdgeNGramTokenFilter()

    Declaration
    public EdgeNGramTokenFilter()

    Properties

    | Edit this page View Source

    MaxGram

    Defaults to 2.

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

    MinGram

    Defaults to 1.

    Declaration
    public 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
    public bool? PreserveOriginal { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Side

    Either front or back. Defaults to front.

    Declaration
    public EdgeNGramSide? Side { get; set; }
    Property Value
    Type Description
    EdgeNGramSide?

    Implements

    IEdgeNGramTokenFilter
    ITokenFilter

    Extension Methods

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