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 ArangoSearchPropertiesEntity
ArangoSearch. replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.CompletableFuture<ArangoSearchPropertiesEntity>
ArangoSearchAsync. replaceProperties(ArangoSearchPropertiesOptions options)
Asynchronous version ofArangoSearch.replaceProperties(ArangoSearchPropertiesOptions)
ArangoSearchPropertiesEntity
ArangoSearch. 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 ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. cleanupIntervalStep(Long cleanupIntervalStep)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. consolidationIntervalMsec(Long consolidationIntervalMsec)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. consolidationPolicy(ConsolidationPolicy consolidationPolicy)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. link(CollectionLink... links)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. primarySort(PrimarySort... primarySorts)
-