Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableTextIndexDefinition
Packages that use TableTextIndexDefinition
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
Uses of TableTextIndexDefinition in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableTextIndexDefinitionModifier and TypeMethodDescriptionvoid
Table.createTextIndex
(String idxName, TableTextIndexDefinition idxDefinition) Create a new index with the given description.void
Table.createTextIndex
(String idxName, TableTextIndexDefinition idxDefinition, CreateTextIndexOptions idxOptions) Create a new index with the given description. -
Uses of TableTextIndexDefinition in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes that return TableTextIndexDefinitionModifier and TypeMethodDescriptionSetter for the analyzerTableTextIndexDefinition.analyzer
(AnalyzerTypes analyzerTypes) Setter for the analyzer with a typeSetter for the column nameTableTextIndexDefinition.column
(String column, TableIndexMapTypes type) Setter for the column nameTableTextIndexDefinition.options
(TableTextIndexDefinitionOptions options) Setter for the optionsMethods in com.datastax.astra.client.tables.definition.indexes with parameters of type TableTextIndexDefinitionModifier and TypeMethodDescriptionTableTextIndexDescriptor.definition
(TableTextIndexDefinition def) Adds a definitions to the index.Constructors in com.datastax.astra.client.tables.definition.indexes with parameters of type TableTextIndexDefinitionModifierConstructorDescriptionprotected
TableTextIndexDescriptor
(TableTextIndexDefinition definition) Constructor that accepts a set of index options.