Apache Lucene.Net 2.4.0 Class Library API

SegmentInfos.FORMAT_DEL_COUNT Field

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

public const int FORMAT_DEL_COUNT = -6;

See Also

SegmentInfos Class | Lucene.Net.Index Namespace