Class TableTextIndexDefinitionOptions
java.lang.Object
com.datastax.astra.client.tables.definition.indexes.TableTextIndexDefinitionOptions
Represents the options for a text index definition in a table.
This class is designed for use in scenarios such as serialization/deserialization with libraries
like Jackson and for method chaining in fluent-style APIs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructor that accepts an analyzer.analyzer
(AnalyzerTypes analyzerType) Constructor that accepts an analyzer type.
-
Constructor Details
-
TableTextIndexDefinitionOptions
public TableTextIndexDefinitionOptions()Default constructor.
-
-
Method Details
-
analyzer
Constructor that accepts an analyzer.- Parameters:
analyzer
- the analyzer to use.- Returns:
- the current instance of
TableTextIndexDefinitionOptions
.
-
analyzer
Constructor that accepts an analyzer type.- Parameters:
analyzerType
- the analyzer type to use.- Returns:
- the current instance of
TableTextIndexDefinitionOptions
.
-