Uses of Class
com.arangodb.model.arangosearch.ArangoSearchCreateOptions
-
Packages that use ArangoSearchCreateOptions Package Description com.arangodb com.arangodb.model.arangosearch -
-
Uses of ArangoSearchCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type ArangoSearchCreateOptions Modifier and Type Method Description ViewEntity
ArangoSearch. create(ArangoSearchCreateOptions options)
Creates a view with the givenoptions
, then returns view information from the server.CompletableFuture<ViewEntity>
ArangoSearchAsync. create(ArangoSearchCreateOptions options)
Asynchronous version ofArangoSearch.create(ArangoSearchCreateOptions)
ViewEntity
ArangoDatabase. createArangoSearch(String name, ArangoSearchCreateOptions options)
Creates a ArangoSearch view with the givenoptions
, then returns view information from the server.CompletableFuture<ViewEntity>
ArangoDatabaseAsync. createArangoSearch(String name, ArangoSearchCreateOptions options)
Asynchronous version ofArangoDatabase.createArangoSearch(String, ArangoSearchCreateOptions)
-
Uses of ArangoSearchCreateOptions in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch with parameters of type ArangoSearchCreateOptions Modifier and Type Method Description static ArangoSearchCreateOptions
ArangoSearchOptionsBuilder. build(ArangoSearchCreateOptions options, String name)
-