Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createFulltextIndex(Collection<String> fields,
FulltextIndexOptions options)
Creates a fulltext index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.createGeoIndex(Collection<String> fields,
GeoIndexOptions options)
Creates a geo-spatial index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.createHashIndex(Collection<String> fields,
HashIndexOptions options)
Creates a hash index for the collection if it does not already exist.
|
IndexEntity |
ArangoCollection.createPersistentIndex(Collection<String> fields,
PersistentIndexOptions options)
Creates a persistent index for the collection, if it does not already exist.
|
IndexEntity |
ArangoCollection.createSkiplistIndex(Collection<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
|
Modifier and Type | Method and Description |
---|---|
Collection<IndexEntity> |
ArangoCollection.getIndexes()
Returns all indexes of the collection
|
Modifier and Type | Method and Description |
---|---|
IndexEntity |
AqlExecutionExplainEntity.ExecutionNode.getIndexes() |
Modifier and Type | Method and Description |
---|---|
ArangoExecutor.ResponseDeserializer<Collection<IndexEntity>> |
InternalArangoCollection.getIndexesResponseDeserializer() |
Copyright © 2016 ArangoDB GmbH. All rights reserved.