Table of Contents

Class AnalyzerOptions

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

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

List<string>

Filters

List of filters to apply

[JsonIgnore]
public List<string> Filters { get; set; }

Property Value

List<string>

Tokenizer

Tokenizer configuration

[JsonPropertyName("tokenizer")]
public TokenizerOptions Tokenizer { get; set; }

Property Value

TokenizerOptions