Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.ensureFulltextIndex(Iterable<String> fields,
FulltextIndexOptions options)
Creates a fulltext index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.ensureGeoIndex(Iterable<String> fields,
GeoIndexOptions options)
Creates a geo-spatial index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options)
Creates a hash index for the collection if it does not already exist.
|
IndexEntity |
ArangoCollection.ensurePersistentIndex(Iterable<String> fields,
PersistentIndexOptions options)
Creates a persistent index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.ensureSkiplistIndex(Iterable<String> fields,
SkiplistIndexOptions options)
Creates a skip-list index for the collection, if it does not already exist.
|
IndexEntity |
ArangoDatabase.getIndex(String id)
Returns an index
|
IndexEntity |
ArangoCollection.getIndex(String id)
Fetches information about the index with the given
id and returns it. |
Modifier and Type | Method and Description |
---|---|
Collection<IndexEntity> |
ArangoCollection.getIndexes()
Fetches a list of all indexes on this collection.
|
Modifier and Type | Method and Description |
---|---|
IndexEntity |
AqlExecutionExplainEntity.ExecutionNode.getIndexes() |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.