| Class | Description |
|---|---|
| DelimiterAnalyzer |
An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).
|
| DelimiterAnalyzerProperties | |
| EdgeNgram | |
| IdentityAnalyzer |
An Analyzer applying the identity transformation, i.e.
|
| NGramAnalyzer |
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).
|
| NGramAnalyzerProperties |
An Analyzer capable of producing n-grams from a specified input in a range of min..max (inclusive).
|
| NormAnalyzer |
An Analyzer capable of normalizing the text, treated as a single token, i.e.
|
| NormAnalyzerProperties | |
| SearchAnalyzer | |
| StemAnalyzer |
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
|
| StemAnalyzerProperties | |
| TextAnalyzer |
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.
|
| TextAnalyzerProperties |
| Enum | Description |
|---|---|
| SearchAnalyzerCase | |
| StreamType |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.