Uses of Class
com.arangodb.model.InvertedIndexOptions
Packages that use InvertedIndexOptions
-
Uses of InvertedIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type InvertedIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureInvertedIndex
(InvertedIndexOptions options) Creates an inverted index for the collection, if it does not already exist.ArangoCollectionAsync.ensureInvertedIndex
(InvertedIndexOptions options) Asynchronous version ofArangoCollection.ensureInvertedIndex(InvertedIndexOptions)
-
Uses of InvertedIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type InvertedIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createInvertedIndexRequest
(InvertedIndexOptions options) ArangoCollectionAsyncImpl.ensureInvertedIndex
(InvertedIndexOptions options) ArangoCollectionImpl.ensureInvertedIndex
(InvertedIndexOptions options) -
Uses of InvertedIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return InvertedIndexOptionsModifier and TypeMethodDescriptionInvertedIndexOptions.cleanupIntervalStep
(Long cleanupIntervalStep) InvertedIndexOptions.commitIntervalMsec
(Long commitIntervalMsec) InvertedIndexOptions.consolidationIntervalMsec
(Long consolidationIntervalMsec) InvertedIndexOptions.consolidationPolicy
(ConsolidationPolicy consolidationPolicy) InvertedIndexOptions.features
(AnalyzerFeature... features) InvertedIndexOptions.fields
(InvertedIndexField... fields) InvertedIndexOptions.includeAllFields
(Boolean includeAllFields) InvertedIndexOptions.optimizeTopK
(String... optimizeTopK) InvertedIndexOptions.parallelism
(Integer parallelism) InvertedIndexOptions.primaryKeyCache
(Boolean primaryKeyCache) InvertedIndexOptions.primarySort
(InvertedIndexPrimarySort primarySort) InvertedIndexOptions.searchField
(Boolean searchField) InvertedIndexOptions.storedValues
(StoredValue... storedValues) InvertedIndexOptions.trackListPositions
(Boolean trackListPositions) InvertedIndexOptions.writebufferActive
(Long writebufferActive) InvertedIndexOptions.writebufferIdle
(Long writebufferIdle) InvertedIndexOptions.writebufferSizeMax
(Long writebufferSizeMax)