ViewEntity |
ArangoSearch.create() |
Creates a view, then returns view information from the server.
|
ViewEntity |
ArangoSearch.create(ArangoSearchCreateOptions options) |
Creates a view with the given options , then returns view information from the server.
|
ViewEntity |
SearchAlias.create() |
Creates a view, then returns view information from the server.
|
ViewEntity |
SearchAlias.create(SearchAliasCreateOptions 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.
|
ViewEntity |
ArangoDatabase.createSearchAlias(String name,
SearchAliasCreateOptions options) |
Creates a SearchAlias view with the given options , then returns view information from the server.
|
ViewEntity |
ArangoDatabase.createView(String name,
ViewType type) |
Creates a view of the given type , then returns view information from the server.
|
ViewEntity |
ArangoView.getInfo() |
Returns information about the view.
|
ViewEntity |
ArangoView.rename(String newName) |
Renames the view.
|