Returns whether to boost terms in query based on "score" or not. The default is {@link #DEFAULT_BOOST}.

Namespace: Similarity.Net
Assembly: Lucene.Net.Contrib.Similarity (in Lucene.Net.Contrib.Similarity.dll) Version: 2.0.0.1

Syntax

C#
public bool IsBoost()
Visual Basic
Public Function IsBoost As Boolean
Visual C++
public:
bool IsBoost()

Return Value

whether to boost terms in query based on "score" or not.

See Also