Search Results for

    Show / Hide Table of Contents

    Interface ICompoundWordTokenFilter

    Token filters that allow to decompose compound words.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICompoundWordTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    HyphenationPatternsPath

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

    Declaration
    [DataMember(Name = "hyphenation_patterns_path")]
    string HyphenationPatternsPath { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MaxSubwordSize

    Maximum subword size.

    Declaration
    [DataMember(Name = "max_subword_size")]
    int? MaxSubwordSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MinSubwordSize

    Minimum subword size.

    Declaration
    [DataMember(Name = "min_subword_size")]
    int? MinSubwordSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MinWordSize

    Minimum word size.

    Declaration
    [DataMember(Name = "min_word_size")]
    int? MinWordSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    OnlyLongestMatch

    Only matching the longest.

    Declaration
    [DataMember(Name = "only_longest_match")]
    bool? OnlyLongestMatch { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    WordList

    A list of words to use.

    Declaration
    [DataMember(Name = "word_list")]
    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
    [DataMember(Name = "word_list_path")]
    string WordListPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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