Uses of Interface
org.apache.lucene.misc.index.BPIndexReorderer.LongConsumer
-
Packages that use BPIndexReorderer.LongConsumer Package Description org.apache.lucene.misc.index Misc index tools and index support. -
-
Uses of BPIndexReorderer.LongConsumer in org.apache.lucene.misc.index
Methods in org.apache.lucene.misc.index that return BPIndexReorderer.LongConsumer Modifier and Type Method Description private BPIndexReorderer.LongConsumer
BPIndexReorderer.ForwardIndexSorter. consumer(int shift)
Methods in org.apache.lucene.misc.index with parameters of type BPIndexReorderer.LongConsumer Modifier and Type Method Description private void
BPIndexReorderer.ForwardIndexSorter. consume(java.lang.String fileName, long indexFP, BPIndexReorderer.LongConsumer consumer)
private void
BPIndexReorderer.ForwardIndexSorter. consume(java.lang.String fileName, BPIndexReorderer.LongConsumer consumer)
(package private) void
BPIndexReorderer.ForwardIndexSorter. sortAndConsume(java.lang.String fileName, int maxDoc, BPIndexReorderer.LongConsumer consumer)
-