Search Results for

    Show / Hide Table of Contents

    Class CompoundWordTokenFilterBase

    Inheritance
    object
    TokenFilterBase
    CompoundWordTokenFilterBase
    DictionaryDecompounderTokenFilter
    HyphenationDecompounderTokenFilter
    Implements
    ICompoundWordTokenFilter
    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 abstract class CompoundWordTokenFilterBase : TokenFilterBase, ICompoundWordTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    CompoundWordTokenFilterBase(string)

    Declaration
    protected CompoundWordTokenFilterBase(string type)
    Parameters
    Type Name Description
    string type

    Properties

    | Edit this page View Source

    HyphenationPatternsPath

    A path (either relative to config location, or absolute) to a FOP XML hyphenation pattern file.

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

    MaxSubwordSize

    Maximum subword size.

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

    MinSubwordSize

    Minimum subword size.

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

    MinWordSize

    Minimum word size.

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

    OnlyLongestMatch

    Only matching the longest.

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

    WordList

    A list of words to use.

    Declaration
    public IEnumerable<string> WordList { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    WordListPath

    A path (either relative to config location, or absolute) to a list of words.

    Declaration
    public string WordListPath { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICompoundWordTokenFilter
    ITokenFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CompoundWordTokenFilterBase(string)
    • Properties
      • HyphenationPatternsPath
      • MaxSubwordSize
      • MinSubwordSize
      • MinWordSize
      • OnlyLongestMatch
      • WordList
      • WordListPath
    • Implements
    • Extension Methods
    Back to top Generated by DocFX