Returns the boost factor used 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 float GetBoostFactor()
Visual Basic
Public Function GetBoostFactor As Single
Visual C++
public:
float GetBoostFactor()

Return Value

Returns the boost factor used when boosting terms

See Also