Uses of Class
org.apache.lucene.misc.index.MultiPassIndexSplitter.FakeDeleteLeafIndexReader
-
Packages that use MultiPassIndexSplitter.FakeDeleteLeafIndexReader Package Description org.apache.lucene.misc.index Misc index tools and index support. -
-
Uses of MultiPassIndexSplitter.FakeDeleteLeafIndexReader in org.apache.lucene.misc.index
Methods in org.apache.lucene.misc.index that return MultiPassIndexSplitter.FakeDeleteLeafIndexReader Modifier and Type Method Description private static MultiPassIndexSplitter.FakeDeleteLeafIndexReader[]
MultiPassIndexSplitter.FakeDeleteIndexReader. initSubReaders(IndexReader reader)
Methods in org.apache.lucene.misc.index that return types with arguments of type MultiPassIndexSplitter.FakeDeleteLeafIndexReader Modifier and Type Method Description (package private) java.util.List<? extends MultiPassIndexSplitter.FakeDeleteLeafIndexReader>
MultiPassIndexSplitter.FakeDeleteIndexReader. getSequentialSubReadersWrapper()
-