Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
ViewEntity |
SearchAlias.create(SearchAliasCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
ViewEntity |
ArangoDatabase.createSearchAlias(String name,
SearchAliasCreateOptions options)
Creates a SearchAlias view with the given
options , then returns view information from the server. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
SearchAliasAsync.create(SearchAliasCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsync.createSearchAlias(String name,
SearchAliasCreateOptions options)
Creates a SearchAlias view with the given
options , then returns view information from the server. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
SearchAliasAsyncImpl.create(SearchAliasCreateOptions options) |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsyncImpl.createSearchAlias(String name,
SearchAliasCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static SearchAliasCreateOptions |
SearchAliasOptionsBuilder.build(SearchAliasCreateOptions options,
String name) |
SearchAliasCreateOptions |
SearchAliasCreateOptions.indexes(SearchAliasIndex... indexes) |
protected SearchAliasCreateOptions |
SearchAliasCreateOptions.name(String name) |
Modifier and Type | Method and Description |
---|---|
static SearchAliasCreateOptions |
SearchAliasOptionsBuilder.build(SearchAliasCreateOptions options,
String name) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.