org.apache.lucene.index
Class StaleReaderException
public
class
StaleReaderException
extends IOException
This exception is thrown when an
IndexReader
tries to make changes to the index (via
IndexReader,
IndexReader or
IndexReader)
but changes have already been committed to the index
since this reader was instantiated. When this happens
you must open a new reader on the current index to make
the changes.
public StaleReaderException(String message)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.