Lucene.Net 2.0 Class Library |
|
IndexReader.DoDelete Method
Implements deletion of the document numbered
docNum
. Applications should call {@link #DeleteDocument(int)} or {@link #DeleteDocuments(Term)}.
protected internal abstract
void DoDelete(
int docNum);
See Also
IndexReader Class | Lucene.Net.Index Namespace