Search Results for

    Show / Hide Table of Contents

    Class CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>

    Inheritance
    object
    DescriptorBase<TCompound, TCompoundInterface>
    TokenFilterDescriptorBase<TCompound, TCompoundInterface>
    CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>
    DictionaryDecompounderTokenFilterDescriptor
    HyphenationDecompounderTokenFilterDescriptor
    Implements
    IDescriptor
    ICompoundWordTokenFilter
    ITokenFilter
    Inherited Members
    TokenFilterDescriptorBase<TCompound, TCompoundInterface>.Type
    TokenFilterDescriptorBase<TCompound, TCompoundInterface>.Version(string)
    DescriptorBase<TCompound, TCompoundInterface>.Self
    DescriptorBase<TCompound, TCompoundInterface>.Assign<TValue>(TValue, Action<TCompoundInterface, TValue>)
    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 abstract class CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface> : TokenFilterDescriptorBase<TCompound, TCompoundInterface>, IDescriptor, ICompoundWordTokenFilter, ITokenFilter where TCompound : CompoundWordTokenFilterDescriptorBase<TCompound, TCompoundInterface>, TCompoundInterface where TCompoundInterface : class, ICompoundWordTokenFilter
    Type Parameters
    Name Description
    TCompound
    TCompoundInterface

    Methods

    | Edit this page View Source

    HyphenationPatternsPath(string)

    Declaration
    public TCompound HyphenationPatternsPath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    MaxSubwordSize(int?)

    Declaration
    public TCompound MaxSubwordSize(int? maxSubwordSize)
    Parameters
    Type Name Description
    int? maxSubwordSize
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    MinSubwordSize(int?)

    Declaration
    public TCompound MinSubwordSize(int? minSubwordSize)
    Parameters
    Type Name Description
    int? minSubwordSize
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    MinWordSize(int?)

    Declaration
    public TCompound MinWordSize(int? minWordSize)
    Parameters
    Type Name Description
    int? minWordSize
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    OnlyLongestMatch(bool?)

    Declaration
    public TCompound OnlyLongestMatch(bool? onlyLongest = true)
    Parameters
    Type Name Description
    bool? onlyLongest
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    WordList(IEnumerable<string>)

    Declaration
    public TCompound WordList(IEnumerable<string> wordList)
    Parameters
    Type Name Description
    IEnumerable<string> wordList
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    WordList(params string[])

    Declaration
    public TCompound WordList(params string[] wordList)
    Parameters
    Type Name Description
    string[] wordList
    Returns
    Type Description
    TCompound
    | Edit this page View Source

    WordListPath(string)

    Declaration
    public TCompound WordListPath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    TCompound

    Implements

    IDescriptor
    ICompoundWordTokenFilter
    ITokenFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • HyphenationPatternsPath(string)
      • MaxSubwordSize(int?)
      • MinSubwordSize(int?)
      • MinWordSize(int?)
      • OnlyLongestMatch(bool?)
      • WordList(IEnumerable<string>)
      • WordList(params string[])
      • WordListPath(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX