Uses of Class
com.arangodb.model.InvertedIndexOptions
-
Packages that use InvertedIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of InvertedIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type InvertedIndexOptions Modifier and Type Method Description InvertedIndexEntity
ArangoCollection. ensureInvertedIndex(InvertedIndexOptions options)
Creates an inverted index for the collection, if it does not already exist.CompletableFuture<InvertedIndexEntity>
ArangoCollectionAsync. ensureInvertedIndex(InvertedIndexOptions options)
Asynchronous version ofArangoCollection.ensureInvertedIndex(InvertedIndexOptions)
-
Uses of InvertedIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return InvertedIndexOptions Modifier and Type Method Description InvertedIndexOptions
InvertedIndexOptions. analyzer(String analyzer)
InvertedIndexOptions
InvertedIndexOptions. cache(Boolean cache)
InvertedIndexOptions
InvertedIndexOptions. cleanupIntervalStep(Long cleanupIntervalStep)
InvertedIndexOptions
InvertedIndexOptions. commitIntervalMsec(Long commitIntervalMsec)
InvertedIndexOptions
InvertedIndexOptions. consolidationIntervalMsec(Long consolidationIntervalMsec)
InvertedIndexOptions
InvertedIndexOptions. consolidationPolicy(ConsolidationPolicy consolidationPolicy)
InvertedIndexOptions
InvertedIndexOptions. features(AnalyzerFeature... features)
InvertedIndexOptions
InvertedIndexOptions. fields(InvertedIndexField... fields)
InvertedIndexOptions
InvertedIndexOptions. includeAllFields(Boolean includeAllFields)
InvertedIndexOptions
InvertedIndexOptions. optimizeTopK(String... optimizeTopK)
InvertedIndexOptions
InvertedIndexOptions. parallelism(Integer parallelism)
InvertedIndexOptions
InvertedIndexOptions. primaryKeyCache(Boolean primaryKeyCache)
InvertedIndexOptions
InvertedIndexOptions. primarySort(InvertedIndexPrimarySort primarySort)
InvertedIndexOptions
InvertedIndexOptions. searchField(Boolean searchField)
InvertedIndexOptions
InvertedIndexOptions. storedValues(StoredValue... storedValues)
InvertedIndexOptions
InvertedIndexOptions. trackListPositions(Boolean trackListPositions)
InvertedIndexOptions
InvertedIndexOptions. writebufferActive(Long writebufferActive)
InvertedIndexOptions
InvertedIndexOptions. writebufferIdle(Long writebufferIdle)
InvertedIndexOptions
InvertedIndexOptions. writebufferSizeMax(Long writebufferSizeMax)
-