Lucene.Net 1.9.1 Class Library
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