Gets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by
CopyC#
b
. The boost is 1.0 by default.

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

Syntax

C#
public virtual float GetBoost()
Visual Basic
Public Overridable Function GetBoost As Single
Visual C++
public:
virtual float GetBoost()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Query.GetBoost"]

See Also