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 InvertedIndexEntityArangoCollection. 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 InvertedIndexOptionsInvertedIndexOptions. analyzer(String analyzer)InvertedIndexOptionsInvertedIndexOptions. cache(Boolean cache)InvertedIndexOptionsInvertedIndexOptions. cleanupIntervalStep(Long cleanupIntervalStep)InvertedIndexOptionsInvertedIndexOptions. commitIntervalMsec(Long commitIntervalMsec)InvertedIndexOptionsInvertedIndexOptions. consolidationIntervalMsec(Long consolidationIntervalMsec)InvertedIndexOptionsInvertedIndexOptions. consolidationPolicy(ConsolidationPolicy consolidationPolicy)InvertedIndexOptionsInvertedIndexOptions. features(AnalyzerFeature... features)InvertedIndexOptionsInvertedIndexOptions. fields(InvertedIndexField... fields)InvertedIndexOptionsInvertedIndexOptions. includeAllFields(Boolean includeAllFields)InvertedIndexOptionsInvertedIndexOptions. optimizeTopK(String... optimizeTopK)InvertedIndexOptionsInvertedIndexOptions. parallelism(Integer parallelism)InvertedIndexOptionsInvertedIndexOptions. primaryKeyCache(Boolean primaryKeyCache)InvertedIndexOptionsInvertedIndexOptions. primarySort(InvertedIndexPrimarySort primarySort)InvertedIndexOptionsInvertedIndexOptions. searchField(Boolean searchField)InvertedIndexOptionsInvertedIndexOptions. storedValues(StoredValue... storedValues)InvertedIndexOptionsInvertedIndexOptions. trackListPositions(Boolean trackListPositions)InvertedIndexOptionsInvertedIndexOptions. writebufferActive(Long writebufferActive)InvertedIndexOptionsInvertedIndexOptions. writebufferIdle(Long writebufferIdle)InvertedIndexOptionsInvertedIndexOptions. writebufferSizeMax(Long writebufferSizeMax)
-