Sets the boost factor to use when boosting terms

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public void SetBoostFactor(
	float boostFactor
)
Visual Basic
Public Sub SetBoostFactor ( _
	boostFactor As Single _
)
Visual C++
public:
void SetBoostFactor(
	float boostFactor
)

Parameters

boostFactor
Type: System..::..Single

[Missing <param name="boostFactor"/> documentation for "M:Lucene.Net.Search.Similar.MoreLikeThis.SetBoostFactor(System.Single)"]

See Also