prorm API Reference
    Preparing search index...

    Type Alias ArangoIndexType

    ArangoIndexType: "persistent" | "hash" | "skiplist" | "geo" | "fulltext" | "ttl"

    Index types accepted by createIndex().

    "hash" and "skiplist" are historical ArangoDB index type names that modern ArangoDB (3.12+) treats as aliases for "persistent" - both are accepted here and normalized to "persistent" before being sent to the server, so existing code/config referring to them by their old names keeps working.