Default noCFSRatio. If a merge's size is >= 10% of the index, then we disable compound file for it. @see #setNoCFSRatio

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

Syntax

C#
public static double DEFAULT_NO_CFS_RATIO
Visual Basic
Public Shared DEFAULT_NO_CFS_RATIO As Double
Visual C++
public:
static double DEFAULT_NO_CFS_RATIO

See Also