Uses of Class
com.arangodb.model.arangosearch.ArangoSearchCreateOptions
Packages that use ArangoSearchCreateOptions
-
Uses of ArangoSearchCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type ArangoSearchCreateOptionsModifier and TypeMethodDescriptionArangoSearch.create
(ArangoSearchCreateOptions options) Creates a view with the givenoptions
, then returns view information from the server.ArangoSearchAsync.create
(ArangoSearchCreateOptions options) Asynchronous version ofArangoSearch.create(ArangoSearchCreateOptions)
ArangoDatabase.createArangoSearch
(String name, ArangoSearchCreateOptions options) Creates a ArangoSearch view with the givenoptions
, then returns view information from the server.ArangoDatabaseAsync.createArangoSearch
(String name, ArangoSearchCreateOptions options) Asynchronous version ofArangoDatabase.createArangoSearch(String, ArangoSearchCreateOptions)
-
Uses of ArangoSearchCreateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type ArangoSearchCreateOptionsModifier and TypeMethodDescriptionArangoSearchAsyncImpl.create
(ArangoSearchCreateOptions options) ArangoSearchImpl.create
(ArangoSearchCreateOptions options) ArangoDatabaseAsyncImpl.createArangoSearch
(String name, ArangoSearchCreateOptions options) ArangoDatabaseImpl.createArangoSearch
(String name, ArangoSearchCreateOptions options) protected InternalRequest
InternalArangoDatabase.createArangoSearchRequest
(String name, ArangoSearchCreateOptions options) -
Uses of ArangoSearchCreateOptions in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return ArangoSearchCreateOptionsModifier and TypeMethodDescriptionstatic ArangoSearchCreateOptions
ArangoSearchOptionsBuilder.build
(ArangoSearchCreateOptions options, String name) ArangoSearchCreateOptions.cleanupIntervalStep
(Long cleanupIntervalStep) ArangoSearchCreateOptions.commitIntervalMsec
(Long commitIntervalMsec) ArangoSearchCreateOptions.consolidationIntervalMsec
(Long consolidationIntervalMsec) ArangoSearchCreateOptions.consolidationPolicy
(ConsolidationPolicy consolidationPolicy) ArangoSearchCreateOptions.link
(CollectionLink... links) ArangoSearchCreateOptions.optimizeTopK
(String... optimizeTopK) ArangoSearchCreateOptions.primaryKeyCache
(Boolean primaryKeyCache) ArangoSearchCreateOptions.primarySort
(PrimarySort... primarySorts) ArangoSearchCreateOptions.primarySortCache
(Boolean primarySortCache) ArangoSearchCreateOptions.primarySortCompression
(ArangoSearchCompression primarySortCompression) ArangoSearchCreateOptions.storedValues
(StoredValue... storedValues) Methods in com.arangodb.model.arangosearch with parameters of type ArangoSearchCreateOptionsModifier and TypeMethodDescriptionstatic ArangoSearchCreateOptions
ArangoSearchOptionsBuilder.build
(ArangoSearchCreateOptions options, String name)