Apache Lucene.Net 2.1 Class Library API

SegmentInfos.FORMAT_LOCKLESS Field

This format adds details used for lockless commits. It differs slightly from the previous format in that file names are never re-used (write once). Instead, each file is written to the next generation. For example, segments_1, segments_2, etc. This allows us to not use a commit lock. See file formats for details.

public const int FORMAT_LOCKLESS = -2;

See Also

SegmentInfos Class | Lucene.Net.Index Namespace