Uses of Class
com.datastax.astra.client.tables.commands.options.CreateTextIndexOptions
Packages that use CreateTextIndexOptions
Package
Description
Top package to interact with Tables.
Options and Inputs for Tables commands.
-
Uses of CreateTextIndexOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type CreateTextIndexOptionsModifier and TypeMethodDescriptionvoid
Table.createTextIndex
(String idxName, TableTextIndexDefinition idxDefinition, CreateTextIndexOptions idxOptions) Create a new index with the given description. -
Uses of CreateTextIndexOptions in com.datastax.astra.client.tables.commands.options
Fields in com.datastax.astra.client.tables.commands.options declared as CreateTextIndexOptionsModifier and TypeFieldDescriptionstatic final CreateTextIndexOptions
CreateTextIndexOptions.IF_NOT_EXISTS
Improve syntax.