Class LexicalOptions
Lexical analysis configuration
public class LexicalOptions
- Inheritance
-
LexicalOptions
- Inherited Members
Properties
Analyzer
Configuration for the tokenizer
[JsonPropertyName("analyzer")]
public AnalyzerOptions Analyzer { get; set; }
Property Value
Enabled
Whether lexical analysis is enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }