public interface ArangoSearch extends ArangoView
| Modifier and Type | Method and Description |
|---|---|
ViewEntity |
create()
Creates a view, then returns view information from the server.
|
ViewEntity |
create(ArangoSearchCreateOptions options)
Creates a view with the given
options, then returns view information from the server. |
ArangoSearchPropertiesEntity |
getProperties()
Reads the properties of the specified view.
|
ArangoSearchPropertiesEntity |
replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
ArangoSearchPropertiesEntity |
updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
util, utilViewEntity create() throws ArangoDBException
ArangoDBExceptionViewEntity create(ArangoSearchCreateOptions options) throws ArangoDBException
options, then returns view information from the server.options - Additional options, can be nullArangoDBExceptionArangoSearchPropertiesEntity getProperties() throws ArangoDBException
ArangoDBExceptionArangoSearchPropertiesEntity updateProperties(ArangoSearchPropertiesOptions options) throws ArangoDBException
options - properties to changeArangoDBExceptionArangoSearchPropertiesEntity replaceProperties(ArangoSearchPropertiesOptions options) throws ArangoDBException
options - properties to changeArangoDBExceptionCopyright © 2016–2021 ArangoDB GmbH. All rights reserved.