Module arangors::index[][src]

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

DeleteIndexResponse

Response from ArangoDB when deleting an index

Index

Represents an Index in ArangoDB. The following types are supported:

IndexCollection

Represents a collection of indexes on a collection in ArangoDB.

Enums

IndexSettings

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