Table of Contents

Class TableTextIndexOptions

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Options for creating a text index on a table column

public class TableTextIndexOptions
Inheritance
TableTextIndexOptions
Inherited Members

Properties

Analyzer

The analyzer configuration for the text index. It can be a string, a TextAnalyzer value, an object, or an AnalyzerOptions instance. See https://docs.datastax.com/en/astra-db-serverless/databases/analyzers.html#supported-built-in-analyzers

[JsonPropertyName("analyzer")]
[JsonConverter(typeof(ObjectOrStringConverter))]
public object Analyzer { get; set; }

Property Value

object