indexes
Table of Contents
Namespaces
- enums
Interfaces
- IndexDefinition
- Common contract for every index definition consumable by
{@see \oihana\arango\clients\collection\Collection::createIndex()}.
Classes
- FulltextIndex
- Legacy fulltext index definition.
- GeoIndex
- Geospatial index definition.
- InvertedIndex
- Inverted index definition (ArangoDB 3.10+).
- MDIIndex
- Multi-dimensional index definition (`mdi` / `mdi-prefixed`).
- PersistentIndex
- Persistent (B-tree) index definition — the default index type for
most use cases.
- RawIndexDefinition
- Escape hatch for callers that hold the raw `POST /_api/index` body shape
(typically built dynamically, deserialised from configuration, or
produced by a legacy DTO).
- TtlIndex
- Time-to-live index definition.
- VectorIndex
- Vector index definition (ArangoDB 3.13+, Faiss-backed).