Implements deletion of the document numbered .
Applications should call {@link #DeleteDocument(int)} or {@link #DeleteDocuments(Term)}.
Namespace: Lucene.Net.IndexCopyC#
docNum
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
protected internal abstract void DoDelete( int docNum ) |
Visual Basic |
---|
Protected Friend MustOverride Sub DoDelete ( _ docNum As Integer _ ) |
Visual C++ |
---|
protected public: virtual void DoDelete( int docNum ) abstract |
Parameters
- docNum
- Type: System..::..Int32
[Missing <param name="docNum"/> documentation for "M:Lucene.Net.Index.IndexReader.DoDelete(System.Int32)"]