Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
ViewEntity |
ArangoSearch.create(ArangoSearchCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
ViewEntity |
ArangoDatabase.createArangoSearch(String name,
ArangoSearchCreateOptions options)
Creates a ArangoSearch view with the given
options , then returns view information from the server. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
ArangoSearchAsync.create(ArangoSearchCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsync.createArangoSearch(String name,
ArangoSearchCreateOptions options)
Creates a ArangoSearch view with the given
options , then returns view information from the server. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
ArangoSearchAsyncImpl.create(ArangoSearchCreateOptions options) |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsyncImpl.createArangoSearch(String name,
ArangoSearchCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static ArangoSearchCreateOptions |
ArangoSearchOptionsBuilder.build(ArangoSearchCreateOptions options,
String name) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.