This format adds a checksum at the end of the file to ensure all bytes were successfully written.

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

Syntax

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

See Also