- Preparing search index...
- The search index is not available
arangojs
Type alias TextAnalyzerDescription
Text
Analyzer
Description
: GenericAnalyzerDescription & { properties
: { accent
: boolean; case
: "lower" | "none" | "upper"; edgeNgram
: { max
: number; min
: number; preserveOriginal
: boolean; }; locale
: string; stemming
: boolean; stopwords
: string[]; stopwordsPath
: string; }; type
: "text"; }
An object describing a Text Analyzer.