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) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.cleanupIntervalStep(Long cleanupIntervalStep) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.commitIntervalMsec(Long commitIntervalMsec) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.consolidationIntervalMsec(Long consolidationIntervalMsec) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.consolidationPolicy(ConsolidationPolicy consolidationPolicy) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.link(CollectionLink... links) |
protected ArangoSearchCreateOptions |
ArangoSearchCreateOptions.name(String name) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.primarySort(PrimarySort... primarySorts) |
Modifier and Type | Method and Description |
---|---|
static ArangoSearchCreateOptions |
ArangoSearchOptionsBuilder.build(ArangoSearchCreateOptions options,
String name) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.