Table of Contents

Class LexicalOptions

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

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

AnalyzerOptions

Enabled

Whether lexical analysis is enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool