Uses of Interface
org.apache.lucene.misc.index.BPIndexReorderer.LongConsumer
Packages that use BPIndexReorderer.LongConsumer
-
Uses of BPIndexReorderer.LongConsumer in org.apache.lucene.misc.index
Methods in org.apache.lucene.misc.index that return BPIndexReorderer.LongConsumerModifier and TypeMethodDescriptionprivate BPIndexReorderer.LongConsumer
BPIndexReorderer.ForwardIndexSorter.consumer
(int shift) Methods in org.apache.lucene.misc.index with parameters of type BPIndexReorderer.LongConsumerModifier and TypeMethodDescriptionprivate void
BPIndexReorderer.ForwardIndexSorter.consume
(String fileName, long indexFP, BPIndexReorderer.LongConsumer consumer) private void
BPIndexReorderer.ForwardIndexSorter.consume
(String fileName, BPIndexReorderer.LongConsumer consumer) (package private) void
BPIndexReorderer.ForwardIndexSorter.sortAndConsume
(String fileName, int maxDoc, BPIndexReorderer.LongConsumer consumer)