public class StaleReaderException
extends java.io.IOException
IndexReader
tries to make changes to the index (via IndexReader.deleteDocument(int)
, IndexReader.undeleteAll()
or IndexReader.setNorm(int, java.lang.String, byte)
)
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.Constructor and Description |
---|
StaleReaderException(java.lang.String message) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.