Apache Lucene.Net 2.4.0 Class Library API

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