Class SynonymTokenFilter
Inheritance
SynonymTokenFilter
Assembly: OpenSearch.Client.dll
Syntax
public class SynonymTokenFilter : TokenFilterBase, ISynonymTokenFilter, ITokenFilter
Constructors
|
Edit this page
View Source
SynonymTokenFilter()
Declaration
public SynonymTokenFilter()
Properties
|
Edit this page
View Source
Expand
Declaration
public bool? Expand { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public SynonymFormat? Format { get; set; }
Property Value
|
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
|
Edit this page
View Source
Synonyms
Declaration
public IEnumerable<string> Synonyms { get; set; }
Property Value
|
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
|
Edit this page
View Source
Tokenizer
Declaration
public string Tokenizer { get; set; }
Property Value
|
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
Implements
Extension Methods