org.apache.lucene.index
Class BaseCompositeReaderUtil
java.lang.Object
org.apache.lucene.index.BaseCompositeReaderUtil
public class BaseCompositeReaderUtil
- extends Object
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)
|
BaseCompositeReaderUtil
public BaseCompositeReaderUtil()
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.