This format adds the deletion count for each segment. This way IndexWriter can efficiently report numDocs().

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public const int FORMAT_DEL_COUNT
Visual Basic
Public Const FORMAT_DEL_COUNT As Integer
Visual C++
public:
literal int FORMAT_DEL_COUNT

See Also