Package com.arangodb
Interface ArangoSearch
- All Superinterfaces:
ArangoSerdeAccessor,ArangoView
Interface for operations on ArangoDB view level for ArangoSearch views.
- Since:
- ArangoDB 3.4.0
- Author:
- Mark Vollmary
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a view, then returns view information from the server.create(ArangoSearchCreateOptions options) Creates a view with the givenoptions, then returns view information from the server.Reads the properties of the specified view.Changes properties of the view.Partially changes properties of the view.Methods inherited from interface com.arangodb.ArangoSerdeAccessor
getSerde
-
Method Details
-
create
ViewEntity create()Creates a view, then returns view information from the server.- Returns:
- information about the view
- See Also:
-
create
Creates a view with the givenoptions, then returns view information from the server.- Parameters:
options- Additional options, can be null- Returns:
- information about the view
- See Also:
-
getProperties
ArangoSearchPropertiesEntity getProperties()Reads the properties of the specified view.- Returns:
- properties of the view
- See Also:
-
updateProperties
Partially changes properties of the view.- Parameters:
options- properties to change- Returns:
- properties of the view
- See Also:
-
replaceProperties
Changes properties of the view.- Parameters:
options- properties to change- Returns:
- properties of the view
- See Also:
-