Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
InvertedIndexEntity |
ArangoCollection.ensureInvertedIndex(InvertedIndexOptions options)
Creates an inverted index for the collection, if it does not already exist.
|
InvertedIndexEntity |
ArangoCollection.getInvertedIndex(String id)
Fetches information about the inverted index with the given
id and returns it. |
Modifier and Type | Method and Description |
---|---|
Collection<InvertedIndexEntity> |
ArangoCollection.getInvertedIndexes()
Fetches a list of all inverted indexes on this collection.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<InvertedIndexEntity> |
ArangoCollectionAsync.ensureInvertedIndex(InvertedIndexOptions options)
Creates an inverted index for the collection, if it does not already exist.
|
CompletableFuture<InvertedIndexEntity> |
ArangoCollectionAsync.getInvertedIndex(String id)
Returns an inverted index
|
CompletableFuture<Collection<InvertedIndexEntity>> |
ArangoCollectionAsync.getInvertedIndexes()
Fetches a list of all inverted indexes on this collection.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<InvertedIndexEntity> |
ArangoCollectionAsyncImpl.ensureInvertedIndex(InvertedIndexOptions options) |
CompletableFuture<InvertedIndexEntity> |
ArangoCollectionAsyncImpl.getInvertedIndex(String id) |
CompletableFuture<Collection<InvertedIndexEntity>> |
ArangoCollectionAsyncImpl.getInvertedIndexes() |
Modifier and Type | Method and Description |
---|---|
InvertedIndexEntity |
ArangoCollectionImpl.ensureInvertedIndex(InvertedIndexOptions options) |
InvertedIndexEntity |
ArangoCollectionImpl.getInvertedIndex(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<InvertedIndexEntity> |
ArangoCollectionImpl.getInvertedIndexes() |
protected ArangoExecutor.ResponseDeserializer<Collection<InvertedIndexEntity>> |
InternalArangoCollection.getInvertedIndexesResponseDeserializer() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.