Search Results for

    Show / Hide Table of Contents

    Class SynonymGraphTokenFilter

    Inheritance
    object
    TokenFilterBase
    SynonymGraphTokenFilter
    Implements
    ISynonymGraphTokenFilter
    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 SynonymGraphTokenFilter : TokenFilterBase, ISynonymGraphTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    SynonymGraphTokenFilter()

    Declaration
    public SynonymGraphTokenFilter()

    Properties

    | Edit this page View Source

    Expand

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

    Format

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

    Lenient

    If true ignores exceptions while parsing the synonym configuration. It is important to note that only those synonym rules which cannot get parsed are ignored.

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

    Synonyms

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

    SynonymsPath

    a path a synonyms file relative to the node's config location.

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

    Tokenizer

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

    Updateable

    Whether this token filter can reload changes to synonym files on demand. Marking as updateable means this component is only usable at search time

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

    Implements

    ISynonymGraphTokenFilter
    ITokenFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SynonymGraphTokenFilter()
    • Properties
      • Expand
      • Format
      • Lenient
      • Synonyms
      • SynonymsPath
      • Tokenizer
      • Updateable
    • Implements
    • Extension Methods
    Back to top Generated by DocFX