CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options) |
Deprecated.
|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureGeoIndex(Iterable<String> fields,
GeoIndexOptions options) |
|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensurePersistentIndex(Iterable<String> fields,
PersistentIndexOptions options) |
|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureTtlIndex(Iterable<String> fields,
TtlIndexOptions options) |
|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureZKDIndex(Iterable<String> fields,
ZKDIndexOptions options) |
|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.getIndex(String id) |
|
CompletableFuture<IndexEntity> |
ArangoDatabaseAsync.getIndex(String id) |
|
Collection<IndexEntity> |
ArangoCollection.getIndexes() |
Fetches a list of all indexes on this collection.
|
CompletableFuture<Collection<IndexEntity>> |
ArangoCollectionAsync.getIndexes() |
|