TODO
Name of a feature enabled for an Analyzer.
Analyzer type and its type-specific properties.
Options for creating an Analyzer.
TODO
Additional properties for the Analyzer.
The value will be used as delimiter to split text into tokens as specified in RFC 4180, without starting new records on newlines.
The type of the Analyzer.
TODO
Additional properties for the Analyzer.
The identity
Analyzer does not take additional properties.
The type of the Analyzer.
TODO
Additional properties for the Analyzer.
The type of the Analyzer.
TODO
Maximum n-gram length.
Minimum n-gram length.
Output the original value as well.
TODO
Additional properties for the Analyzer.
The type of the Analyzer.
TODO
Preserve accents in returned words.
Default: false
Case conversion.
Default: "lower"
The text locale.
Format: language[_COUNTRY][.encoding][@variant]
TODO
Additional properties for the Analyzer.
The value defines the text locale.
Format: language[_COUNTRY][.encoding][@variant]
The type of the Analyzer.
TODO
Additional properties for the Analyzer.
The type of the Analyzer.
TODO
Preserve accents in returned words.
Default: false
Case conversion.
Default: "lower"
The text locale.
Format: language[_COUNTRY][.encoding][@variant]
Apply stemming on returned words.
Default: true
Words to omit from result.
Defaults to the words loaded from the file at stopwordsPath
.
Path with a language
sub-directory containing files with words to omit.
Defaults to the path specified in the server-side environment variable
IRESEARCH_TEXT_STOPWORD_PATH
or the current working directory of the
ArangoDB process.
Indicates whether the given value represents an Analyzer.
A value that might be an Analyzer.
Generated using TypeDoc
import type { Analyzer } from "arangojs/analyzer";
TODO