DotLucene 1.4 API Documentation

Query.SetBoost Method 

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

public virtual void SetBoost(
   float b
);

See Also

Query Class | Lucene.Net.Search Namespace