Uses of Class
com.datastax.astra.client.core.lexical.Analyzer
Packages that use Analyzer
Package
Description
Objects describing the structure of a collection.
Objects representing Table Indexes.
-
Uses of Analyzer in com.datastax.astra.client.collections.definition
Methods in com.datastax.astra.client.collections.definition with parameters of type AnalyzerModifier and TypeMethodDescriptionBuilder pattern. -
Uses of Analyzer in com.datastax.astra.client.core.lexical
Methods in com.datastax.astra.client.core.lexical that return AnalyzerModifier and TypeMethodDescriptionAnalyzer.addChartFilter
(String name) Adds a char filter to the analyzer.Analyzer.addChartFilter
(String name, Map<String, String> args) Adds a char filter to the analyzer.Adds a filter to the analyzer.Adds a filter to the analyzer.LexicalOptions.getAnalyzer()
Gets analyzerDefine a tokenizer by its name.Define a tokenizer by its name and arguments. -
Uses of Analyzer in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type AnalyzerModifier and TypeMethodDescriptionSetter for the analyzerConstructor that accepts an analyzer. -
Uses of Analyzer in com.datastax.astra.internal.serdes.core
Methods in com.datastax.astra.internal.serdes.core with parameters of type Analyzer