Class | Description |
---|---|
AQLAnalyzer |
An Analyzer capable of running a restricted AQL query to perform data manipulation / filtering.
|
AQLAnalyzerProperties | |
CollationAnalyzer |
An Analyzer capable of converting the input into a set of language-specific tokens.
|
CollationAnalyzerProperties | |
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 | |
SegmentationAnalyzer |
An Analyzer capable of breaking up the input text into tokens in a language-agnostic manner, making it suitable for
mixed language strings.
|
SegmentationAnalyzerProperties | |
StemAnalyzer |
An Analyzer capable of stemming the text, treated as a single token, for supported languages.
|
StemAnalyzerProperties | |
StopwordsAnalyzer |
An Analyzer capable of removing specified tokens from the input.
|
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 | |
SegmentationAnalyzerProperties.BreakMode | |
StreamType |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.