Apache Lucene.Net 2.4.0 Class Library API

Query.GetBoost Method 

Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by

b
. The boost is 1.0 by default.

public virtual float GetBoost();

See Also

Query Class | Lucene.Net.Search Namespace