Package | Description |
---|---|
com.arangodb.model |
Modifier and Type | Class and Description |
---|---|
class |
IndexOptions<T extends IndexOptions> |
Modifier and Type | Class and Description |
---|---|
class |
FulltextIndexOptions
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
|
class |
GeoIndexOptions |
class |
HashIndexOptions
Deprecated.
use
PersistentIndexOptions instead. Since ArangoDB 3.7 a hash index is an alias for a persistent
index. |
class |
InvertedIndexOptions |
class |
PersistentIndexOptions |
class |
SkiplistIndexOptions
Deprecated.
use
PersistentIndexOptions instead. Since ArangoDB 3.7 a skiplist index is an alias for a
persistent index. |
class |
TtlIndexOptions |
class |
ZKDIndexOptions |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.