Class SynonymGraphTokenFilter
Inheritance
SynonymGraphTokenFilter
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
|
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