Uses of Class
com.ibm.cloud.cloudant.v1.model.Analyzer
-
Packages that use Analyzer Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of Analyzer in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return Analyzer Modifier and Type Method Description Analyzer
IndexTextOperatorDefaultField. analyzer()
Gets the analyzer.Analyzer
Analyzer.Builder. build()
Builds a Analyzer.Analyzer
IndexDefinition. defaultAnalyzer()
Gets the defaultAnalyzer.Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type Analyzer Modifier and Type Method Description Map<String,Analyzer>
AnalyzerConfiguration. fields()
Gets the fields.Methods in com.ibm.cloud.cloudant.v1.model with parameters of type Analyzer Modifier and Type Method Description IndexTextOperatorDefaultField.Builder
IndexTextOperatorDefaultField.Builder. analyzer(Analyzer analyzer)
Set the analyzer.IndexDefinition.Builder
IndexDefinition.Builder. defaultAnalyzer(Analyzer defaultAnalyzer)
Set the defaultAnalyzer.Method parameters in com.ibm.cloud.cloudant.v1.model with type arguments of type Analyzer Modifier and Type Method Description AnalyzerConfiguration.Builder
AnalyzerConfiguration.Builder. fields(Map<String,Analyzer> fields)
Set the fields.
-