Uses of Interface
org.apache.lucene.util.IORunnable
Packages that use IORunnable
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of IORunnable in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd that return IORunnableModifier and TypeMethodDescriptionBKDWriter.finish
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut) Writes the BKD tree to the providedIndexOutput
s and returns aRunnable
that writes the index of the tree if at least one point has been added, ornull
otherwise.BKDWriter.OneDimensionBKDWriter.finish()
private IORunnable
BKDWriter.makeWriter
(IndexOutput metaOut, IndexOutput indexOut, byte[] splitDimensionValues, long[] leafBlockFPs, long dataStartFP) BKDWriter.merge
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, List<MergeState.DocMap> docMaps, List<PointValues> readers) More efficient bulk-add for incomingPointValues
s.BKDWriter.writeField
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointTree reader) Write a field from aMutablePointTree
.private IORunnable
BKDWriter.writeField1Dim
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointTree reader) private IORunnable
BKDWriter.writeFieldNDims
(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, String fieldName, MutablePointTree values)