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

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 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