Uses of Class
com.arangodb.model.arangosearch.ArangoSearchPropertiesOptions
-
Packages that use ArangoSearchPropertiesOptions Package Description com.arangodb com.arangodb.model.arangosearch -
-
Uses of ArangoSearchPropertiesOptions in com.arangodb
Methods in com.arangodb with parameters of type ArangoSearchPropertiesOptions Modifier and Type Method Description ArangoSearchPropertiesEntityArangoSearch. replaceProperties(ArangoSearchPropertiesOptions options)Changes properties of the view.CompletableFuture<ArangoSearchPropertiesEntity>ArangoSearchAsync. replaceProperties(ArangoSearchPropertiesOptions options)Asynchronous version ofArangoSearch.replaceProperties(ArangoSearchPropertiesOptions)ArangoSearchPropertiesEntityArangoSearch. updateProperties(ArangoSearchPropertiesOptions options)Partially changes properties of the view.CompletableFuture<ArangoSearchPropertiesEntity>ArangoSearchAsync. updateProperties(ArangoSearchPropertiesOptions options)Asynchronous version ofArangoSearch.updateProperties(ArangoSearchPropertiesOptions) -
Uses of ArangoSearchPropertiesOptions in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return ArangoSearchPropertiesOptions Modifier and Type Method Description ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. cleanupIntervalStep(Long cleanupIntervalStep)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. consolidationIntervalMsec(Long consolidationIntervalMsec)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. consolidationPolicy(ConsolidationPolicy consolidationPolicy)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. link(CollectionLink... links)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. primarySort(PrimarySort... primarySorts)
-