Lucene.Net 1.4.3 Class Library

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