Class CollationAnalyzer
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
- com.arangodb.entity.arangosearch.analyzer.CollationAnalyzer
-
public final class CollationAnalyzer extends SearchAnalyzer
An Analyzer capable of converting the input into a set of language-specific tokens. This makes comparisons follow the rules of the respective language, most notable in range queries against Views.- Since:
- ArangoDB 3.9
- Author:
- Michele Rastelli
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description CollationAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CollationAnalyzerProperties
getProperties()
int
hashCode()
void
setProperties(CollationAnalyzerProperties properties)
-
Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
-
-
-
Method Detail
-
getProperties
public CollationAnalyzerProperties getProperties()
-
setProperties
public void setProperties(CollationAnalyzerProperties properties)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSearchAnalyzer
-
-