Apache Lucene.Net 2.4.0 Class Library API

AbstractField.SetOmitTf Method 

Expert: If set, omit tf from postings of this indexed field.

public void SetOmitTf(
   bool omitTf
);

Parameters

omitTf

Implements

Fieldable.SetOmitTf

See Also

AbstractField Class | Lucene.Net.Documents Namespace