This format adds the boolean hasProx to record if any fields in the segment store prox information (ie, have omitTermFreqAndPositions==false)

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

Syntax

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

See Also