Returns true if document n has been deleted
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public abstract bool IsDeleted( int n ) |
| Visual Basic |
|---|
Public MustOverride Function IsDeleted ( _ n As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool IsDeleted( int n ) abstract |
Parameters
- n
- Type: System..::..Int32
[Missing <param name="n"/> documentation for "M:Lucene.Net.Index.IndexReader.IsDeleted(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.IndexReader.IsDeleted(System.Int32)"]