Class SegmentationAnalyzer

java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzer

public final class SegmentationAnalyzer extends SearchAnalyzer
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: