Optional
features?: AnalyzerFeature[]Features to enable for this Analyzer.
Additional properties for the Analyzer.
Optional
accent?: booleanPreserve accents in returned words.
Default: false
Optional
case?: "lower" | "none" | "upper"Case conversion.
Default: "lower"
Optional
edgeIf present, then edge n-grams are generated for each token (word).
Optional
max?: numberOptional
min?: numberOptional
preserveText locale.
Format: language[_COUNTRY][.encoding][@variant]
Optional
stemming?: booleanApply stemming on returned words.
Default: true
Optional
stopwords?: string[]Words to omit from result.
Defaults to the words loaded from the file at stopwordsPath
.
Optional
stopwordsPath 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.
Type of the Analyzer.
Generated using TypeDoc
Options for creating a Text Analyzer.