Oihana PHP Arango

IndexType uses ConstantsTrait

The enumeration of the ArangoDB index types.

Tags
see
https://docs.arango.ai/arangodb/stable/develop/http-api/indexes/

Table of Contents

Constants

GEO  : string = 'geo'
The 'geo-spatial' index type.
INVERTED  : string = 'inverted'
The 'inverted' index type.
MDI  : string = 'mdi'
The 'multi-dimensional' index type.
MDI_PREFIXED  : string = 'mdi-prefixed'
The 'multi-dimensional prefixed' index type.
PERSISTENT  : string = 'persistent'
The 'persistent' index type.
TTL  : string = 'ttl'
The 'ttl' index type.
VECTOR  : string = 'vector'
The 'vector' index type.

Constants

GEO

The 'geo-spatial' index type.

public string GEO = 'geo'

INVERTED

The 'inverted' index type.

public string INVERTED = 'inverted'

MDI

The 'multi-dimensional' index type.

public string MDI = 'mdi'

MDI_PREFIXED

The 'multi-dimensional prefixed' index type.

public string MDI_PREFIXED = 'mdi-prefixed'

PERSISTENT

The 'persistent' index type.

public string PERSISTENT = 'persistent'

TTL

The 'ttl' index type.

public string TTL = 'ttl'

VECTOR

The 'vector' index type.

public string VECTOR = 'vector'
On this page

Search results