Search Results for

    Show / Hide Table of Contents

    Class HunspellTokenFilter

    Inheritance
    object
    TokenFilterBase
    HunspellTokenFilter
    Implements
    IHunspellTokenFilter
    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 HunspellTokenFilter : TokenFilterBase, IHunspellTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    HunspellTokenFilter()

    Declaration
    public HunspellTokenFilter()

    Properties

    | Edit this page View Source

    Dedup

    If only unique terms should be returned, this needs to be set to true.

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

    Dictionary

    The name of a dictionary.The path to your hunspell dictionaries should be configured via indices.analysis.hunspell.dictionary.location before.

    Declaration
    public string Dictionary { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Locale

    A locale for this filter. If this is unset, the lang or language are used instead - so one of these has to be set.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LongestOnly

    If only the longest term should be returned, set this to true.

    Declaration
    public bool? LongestOnly { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IHunspellTokenFilter
    ITokenFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • HunspellTokenFilter()
    • Properties
      • Dedup
      • Dictionary
      • Locale
      • LongestOnly
    • Implements
    • Extension Methods
    Back to top Generated by DocFX