org.apache.jackrabbit.core.query.lucene
Interface MultiIndexReader

All Known Implementing Classes:
CachingMultiReader, SearchIndex.CombinedIndexReader

public interface MultiIndexReader

MultiIndexReader exposes methods to get access to the contained IndexReaders of this MultiIndexReader.


Method Summary
 org.apache.lucene.index.IndexReader[] getIndexReaders()
           
 

Method Detail

getIndexReaders

org.apache.lucene.index.IndexReader[] getIndexReaders()
Returns:
the IndexReaders that are contained in this MultiIndexReader.


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.