|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
void |
IndexModifier.deleteDocument(int docNum)
Deprecated. Deletes the document numbered docNum . |
int |
IndexReader.deleteDocuments(Term term)
Deletes all documents that have a given term indexed. |
int |
IndexModifier.deleteDocuments(Term term)
Deprecated. Deletes all documents containing term . |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |