Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
SearchAliasPropertiesEntity |
SearchAlias.replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
SearchAliasPropertiesEntity |
SearchAlias.updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsync.replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsync.updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsyncImpl.replaceProperties(SearchAliasPropertiesOptions options) |
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsyncImpl.updateProperties(SearchAliasPropertiesOptions options) |
Modifier and Type | Method and Description |
---|---|
SearchAliasPropertiesOptions |
SearchAliasPropertiesOptions.indexes(SearchAliasIndex... indexes) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.