mirror of https://gitee.com/bigwinds/arangodb
722 B
722 B
Fulltext indexes
@NAVIGATE_IndexFulltext @EMBEDTOC{IndexFulltextTOC}
Introduction to 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