Defines the allowed range of log(size) for each level. A level is computed by taking the max segment log size, minus LEVEL_LOG_SPAN, and finding all segments falling within that range.

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

Syntax

C#
public const double LEVEL_LOG_SPAN
Visual Basic
Public Const LEVEL_LOG_SPAN As Double
Visual C++
public:
literal double LEVEL_LOG_SPAN

See Also