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

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void SetBoost(
	float b
)
Visual Basic
Public Overridable Sub SetBoost ( _
	b As Single _
)
Visual C++
public:
virtual void SetBoost(
	float b
)

Parameters

b
Type: System..::..Single

[Missing <param name="b"/> documentation for "M:Lucene.Net.Search.Query.SetBoost(System.Single)"]

See Also