Module arangors::index

source ·
Expand description

This module facilitates the building of new indexes as well as the retrieval of existing indexes in ArangoDB. The following types are supported:

  • Fulltext
  • Geo
  • Hash
  • Persistent
  • Skiplist
  • Ttl (Time to live)

An index of type Primary cannot be created and is only available for the retrieval of existing indexes, as ArangoDB creates a primary index on every collection. For detailed information about ArangoDB indexes, please check out the official ArangoDB documentation.

Structs

Enums

  • Settings for the different index types. This enum also sets the index type.