DotLucene 1.4 API Documentation

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