Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableTextIndexDefinitionOptions
Packages that use TableTextIndexDefinitionOptions
Package
Description
Objects representing Table Indexes.
-
Uses of TableTextIndexDefinitionOptions in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes that return TableTextIndexDefinitionOptionsModifier and TypeMethodDescriptionConstructor that accepts an analyzer.TableTextIndexDefinitionOptions.analyzer
(AnalyzerTypes analyzerType) Constructor that accepts an analyzer type.Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type TableTextIndexDefinitionOptionsModifier and TypeMethodDescriptionTableTextIndexDefinition.options
(TableTextIndexDefinitionOptions options) Setter for the optionsConstructors in com.datastax.astra.client.tables.definition.indexes with parameters of type TableTextIndexDefinitionOptionsModifierConstructorDescriptionprotected
Constructs a newTableVectorIndexDefinition
instance with the specified options.