Get boost value. This is the cumulative product of document boost and field boost for all field instances sharing the same field name.

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

Syntax

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

Return Value

the boost

See Also