Uses of Class
com.arangodb.entity.arangosearch.AnalyzerFeature
-
Packages that use AnalyzerFeature Package Description com.arangodb.entity com.arangodb.entity.arangosearch com.arangodb.entity.arangosearch.analyzer com.arangodb.model -
-
Uses of AnalyzerFeature in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type AnalyzerFeature Modifier and Type Method Description Set<AnalyzerFeature>
InvertedIndexEntity. getFeatures()
Set<AnalyzerFeature>
InvertedIndexField. getFeatures()
Methods in com.arangodb.entity with parameters of type AnalyzerFeature Modifier and Type Method Description InvertedIndexField
InvertedIndexField. features(AnalyzerFeature... features)
-
Uses of AnalyzerFeature in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return AnalyzerFeature Modifier and Type Method Description static AnalyzerFeature
AnalyzerFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalyzerFeature[]
AnalyzerFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnalyzerFeature in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return types with arguments of type AnalyzerFeature Modifier and Type Method Description Set<AnalyzerFeature>
SearchAnalyzer. getFeatures()
Method parameters in com.arangodb.entity.arangosearch.analyzer with type arguments of type AnalyzerFeature Modifier and Type Method Description void
SearchAnalyzer. setFeatures(Set<AnalyzerFeature> features)
-
Uses of AnalyzerFeature in com.arangodb.model
Methods in com.arangodb.model that return types with arguments of type AnalyzerFeature Modifier and Type Method Description Set<AnalyzerFeature>
InvertedIndexOptions. getFeatures()
Methods in com.arangodb.model with parameters of type AnalyzerFeature Modifier and Type Method Description InvertedIndexOptions
InvertedIndexOptions. features(AnalyzerFeature... features)
-