Uses of Enum Class
com.datastax.astra.client.core.lexical.AnalyzerTypes
Packages that use AnalyzerTypes
Package
Description
Objects describing the structure of a collection.
Objects representing Table Indexes.
-
Uses of AnalyzerTypes in com.datastax.astra.client.collections.definition
Methods in com.datastax.astra.client.collections.definition with parameters of type AnalyzerTypesModifier and TypeMethodDescriptionCollectionDefinition.lexical(AnalyzerTypes analyzerType) Builder pattern. -
Uses of AnalyzerTypes in com.datastax.astra.client.core.lexical
Methods in com.datastax.astra.client.core.lexical that return AnalyzerTypesModifier and TypeMethodDescriptionstatic AnalyzerTypesReturns the enum constant of this class with the specified name.static AnalyzerTypes[]AnalyzerTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.datastax.astra.client.core.lexical with parameters of type AnalyzerTypesModifierConstructorDescriptionAnalyzer(AnalyzerTypes strAnalyzer) Constructor with analyzer type. -
Uses of AnalyzerTypes in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type AnalyzerTypesModifier and TypeMethodDescriptionTableTextIndexDefinition.analyzer(AnalyzerTypes analyzerTypes) Setter for the analyzer with a typeTableTextIndexDefinitionOptions.analyzer(AnalyzerTypes analyzerType) Constructor that accepts an analyzer type.