| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.internal.velocypack | |
| com.arangodb.model.arangosearch |
| Modifier and Type | Method and Description |
|---|---|
ArangoSearchPropertiesEntity |
ArangoSearch.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
ArangoSearchPropertiesEntity |
ArangoSearch.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.replaceProperties(ArangoSearchPropertiesOptions options) |
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.updateProperties(ArangoSearchPropertiesOptions options) |
| Modifier and Type | Field and Description |
|---|---|
static com.arangodb.velocypack.VPackSerializer<ArangoSearchPropertiesOptions> |
VPackSerializers.ARANGO_SEARCH_PROPERTIES_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.cleanupIntervalStep(Long cleanupIntervalStep) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.consolidationIntervalMsec(Long consolidationIntervalMsec) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.consolidationPolicy(ConsolidationPolicy consolidationPolicy) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.link(CollectionLink... links) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.primarySort(PrimarySort... primarySorts) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.