Apache Lucene.Net 2.4.0 Class Library API

AbstractField.GetOmitTf Method 

Returns true if tf is omitted for this indexed field.

public virtual bool GetOmitTf();

Return Value

true if tf is omitted for this indexed field

Implements

Fieldable.GetOmitTf

See Also

AbstractField Class | Lucene.Net.Documents Namespace