Uses of Class
com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
Packages that use ArangoSearchPropertiesEntity
-
Uses of ArangoSearchPropertiesEntity in com.arangodb
Methods in com.arangodb that return ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearch.getProperties()
Reads the properties of the specified view.ArangoSearch.replaceProperties
(ArangoSearchPropertiesOptions options) Changes properties of the view.ArangoSearch.updateProperties
(ArangoSearchPropertiesOptions options) Partially changes properties of the view.Methods in com.arangodb that return types with arguments of type ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearchAsync.getProperties()
Asynchronous version ofArangoSearch.getProperties()
ArangoSearchAsync.replaceProperties
(ArangoSearchPropertiesOptions options) Asynchronous version ofArangoSearch.replaceProperties(ArangoSearchPropertiesOptions)
ArangoSearchAsync.updateProperties
(ArangoSearchPropertiesOptions options) Asynchronous version ofArangoSearch.updateProperties(ArangoSearchPropertiesOptions)