ArangoSearch Analyzers
To simplify query syntax ArangoSearch provides a concept of named analyzerswhich are merely aliases for type+configuration of IResearch analyzers. In thefuture, users will be able to specify their own named analyzers. For now,ArangoDB comes with the following analyzers:
identity
treat the value as an atomtext_de
tokenize the value into case-insensitive word stems as per the German locale,do not discard any stopwordstext_en
tokenize the value into case-insensitive word stems as per the English locale,do not discard any stopwordstext_es
tokenize the value into case-insensitive word stems as per the Spanish locale,do not discard any stopwordstext_fi
tokenize the value into case-insensitive word stems as per the Finnish locale,do not discard any stopwordstext_fr
tokenize the value into case-insensitive word stems as per the French locale,do not discard any stopwordstext_it
tokenize the value into case-insensitive word stems as per the Italian locale,do not discard any stopwordstext_nl
tokenize the value into case-insensitive word stems as per the Dutch locale,do not discard any stopwordstext_no
tokenize the value into case-insensitive word stems as per the Norwegianlocale, do not discard any stopwordstext_pt
tokenize the value into case-insensitive word stems as per the Portugueselocale, do not discard any stopwordstext_ru
tokenize the value into case-insensitive word stems as per the Russian locale,do not discard any stopwordstext_sv
tokenize the value into case-insensitive word stems as per the Swedish locale,do not discard any stopwordstext_zh
tokenize the value into word stems as per the Chinese locale