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 IndexReader.deleteDocument(int docNum)
          Deletes the document numbered docNum.
 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)
          Deprecated. Use IndexReader.setNorm(int, String, byte) instead, encoding the float to byte with your Similarity's Similarity.encodeNormValue(float). This method will be removed in Lucene 4.0
 void IndexReader.undeleteAll()
          Undeletes all documents currently marked as deleted in this index.
 



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