Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity.arangosearch |
Modifier and Type | Method and Description |
---|---|
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 |
ArangoDatabase.createArangoSearch(String name,
ArangoSearchCreateOptions options)
Creates a ArangoSearch 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ViewEntity> |
ArangoDatabase.getViews()
Fetches all views from the database and returns an list of view descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
ArangoSearchPropertiesEntity |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.