Class AnalyzerOptions
Configuration for the analyzer
public class AnalyzerOptions
- Inheritance
-
AnalyzerOptions
- Inherited Members
Properties
CharacterFilters
List of character filters to apply
[JsonPropertyName("charFilters")]
public List<string> CharacterFilters { get; set; }
Property Value
Filters
List of filters to apply
[JsonIgnore]
public List<string> Filters { get; set; }
Property Value
Tokenizer
Tokenizer configuration
[JsonPropertyName("tokenizer")]
public TokenizerOptions Tokenizer { get; set; }