Uses of Class
org.apache.lucene.index.StaleReaderException

Packages that use StaleReaderException
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of StaleReaderException in org.apache.lucene.index
 

Methods in org.apache.lucene.index that throw StaleReaderException
 void IndexModifier.deleteDocument(int docNum)
          Deprecated. Deletes the document numbered docNum.
 void IndexReader.deleteDocument(int docNum)
          Deletes the document numbered docNum.
 int IndexModifier.deleteDocuments(Term term)
          Deprecated. Deletes all documents containing term.
 int IndexReader.deleteDocuments(Term term)
          Deletes all documents that have a given term indexed.
 void IndexReader.setNorm(int doc, String field, byte value)
          Expert: Resets the normalization factor for the named field of the named document.
 void IndexReader.setNorm(int doc, String field, float value)
          Expert: Resets the normalization factor for the named field of the named document.
 void IndexReader.undeleteAll()
          Undeletes all documents currently marked as deleted in this index.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.