Uses of Class
org.apache.lucene.index.StaleReaderException
-
Packages that use StaleReaderException Package Description 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 Modifier and Type Method Description void
IndexReader. deleteDocument(int docNum)
Deprecated.Write support will be removed in Lucene 4.0.int
IndexReader. deleteDocuments(Term term)
Deprecated.Write support will be removed in Lucene 4.0.void
IndexReader. setNorm(int doc, String field, byte value)
Deprecated.Write support will be removed in Lucene 4.0.void
IndexReader. setNorm(int doc, String field, float value)
Deprecated.Write support will be removed in Lucene 4.0.void
IndexReader. undeleteAll()
Deprecated.Write support will be removed in Lucene 4.0.
-