Property OmitTermFreqAndPositions
OmitTermFreqAndPositions
Expert:
If set, omit term freq, positions and payloads from postings for this field.
NOTE: While this option reduces storage space required in the index, it also means any query requiring positional information, such as PhraseQuery or Lucene.Net.Search.Spans.SpanQuery subclasses will silently fail to find results.
Declaration
public virtual bool OmitTermFreqAndPositions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |