mirror of https://gitee.com/bigwinds/arangodb
673 B
673 B
Fulltext indexes
@EMBEDTOC{IndexFulltextTOC}
Fulltext Indexes
This is an introduction to ArangoDB's fulltext indexes.
It is possible to define a fulltext index on one textual attribute of a collection of documents. The fulltext index can then be used to efficiently find exact words or prefixes of words contained in these documents.
Accessing Fulltext Indexes from the Shell
@anchor IndexFulltextShellEnsureFulltextIndex @copydetails JS_EnsureFulltextIndexVocbaseCol