org.weborganic.bastille.flint.helpers
Class MultipleIndex.MultipleIndexReader

java.lang.Object
  extended by org.weborganic.bastille.flint.helpers.MultipleIndex.MultipleIndexReader
Enclosing class:
MultipleIndex

public final class MultipleIndex.MultipleIndexReader
extends Object

Handle a list of readers.


Constructor Summary
MultipleIndex.MultipleIndexReader()
           
 
Method Summary
 IndexReader grab()
          Grab a new index reader.
 void releaseSilently()
          Release all the open readers we have listed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleIndex.MultipleIndexReader

public MultipleIndex.MultipleIndexReader()
Method Detail

grab

public IndexReader grab()
                 throws IndexException
Grab a new index reader.

Throws:
IndexException

releaseSilently

public void releaseSilently()
Release all the open readers we have listed.