Class SegmentationAnalyzer
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer
An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for
mixed language strings.
It can optionally preserve all non-whitespace or all characters instead of keeping alphanumeric characters only, as
well as apply case conversion.
- Since:
- ArangoDB 3.9
- Author:
- Michele Rastelli
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProperties
(SegmentationAnalyzerProperties properties) Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
Constructor Details
-
SegmentationAnalyzer
public SegmentationAnalyzer()
-
-
Method Details
-
getProperties
-
setProperties
-
equals
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchAnalyzer
-