Package | Description |
---|---|
com.arangodb | |
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 |
---|---|
static ArangoSearchCreateOptions |
ArangoSearchOptionsBuilder.build(ArangoSearchCreateOptions options,
String name) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.cleanupIntervalStep(Long cleanupIntervalStep) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.commitIntervalMsec(Long commitIntervalMsec) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.locale(String locale) |
protected ArangoSearchCreateOptions |
ArangoSearchCreateOptions.name(String name) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.threshold(ConsolidateThreshold... thresholds) |
Modifier and Type | Method and Description |
---|---|
static ArangoSearchCreateOptions |
ArangoSearchOptionsBuilder.build(ArangoSearchCreateOptions options,
String name) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.