org.apache.lucene.index
Class BaseCompositeReaderUtil

java.lang.Object
  extended by org.apache.lucene.index.BaseCompositeReaderUtil

public class BaseCompositeReaderUtil
extends Object


Constructor Summary
BaseCompositeReaderUtil()
           
 
Method Summary
static List<? extends org.apache.lucene.index.IndexReader> getSequentialSubReaders(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader)
           
static int readerBase(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader, int readerIndex)
           
static int readerIndex(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader, int docID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCompositeReaderUtil

public BaseCompositeReaderUtil()
Method Detail

getSequentialSubReaders

public static List<? extends org.apache.lucene.index.IndexReader> getSequentialSubReaders(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader)

readerIndex

public static int readerIndex(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader,
                              int docID)

readerBase

public static int readerBase(org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader> indexReader,
                             int readerIndex)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.