Class TextAnalyzer

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

public final class TextAnalyzer extends SearchAnalyzer
An Analyzer capable of breaking up strings into individual words while also optionally filtering out stop-words, extracting word stems, applying case conversion and accent removal.
Author:
Michele Rastelli
See Also: