Apache Lucene.Net 2.4.0 Class Library API

SegmentInfos.FORMAT_HAS_PROX Field

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

public const int FORMAT_HAS_PROX = -7;

See Also

SegmentInfos Class | Lucene.Net.Index Namespace