Class | Description |
---|---|
AQLAnalyzer |
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.
|
AQLAnalyzerProperties | |
DelimiterAnalyzer |
An Analyzer capable of breaking up delimited text into tokens as per RFC 4180 (without starting new records on newlines).
|
DelimiterAnalyzerProperties | |
EdgeNgram | |
GeoAnalyzerOptions | |
GeoJSONAnalyzer |
An Analyzer capable of breaking up a GeoJSON object into a set of indexable tokens for further usage with
ArangoSearch Geo functions.
|
GeoJSONAnalyzerProperties | |
GeoPointAnalyzer |
An Analyzer capable of breaking up JSON object describing a coordinate into a set of indexable tokens for further
usage with ArangoSearch Geo functions.
|
GeoPointAnalyzerProperties | |
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 | |
PipelineAnalyzer |
An Analyzer capable of chaining effects of multiple Analyzers into one.
|
PipelineAnalyzerProperties | |
SearchAnalyzer | |
StemAnalyzer |
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
|
StemAnalyzerProperties | |
StopwordsAnalyzer |
WARNING:
The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
|
StopwordsAnalyzerProperties | |
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 |
---|---|
AQLAnalyzerProperties.ReturnType | |
GeoJSONAnalyzerProperties.GeoJSONAnalyzerType | |
SearchAnalyzerCase | |
StreamType |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.