Checks if this is strict custom scoring. In strict custom scoring, the ValueSource part does not participate in weight normalization. This may be useful when one wants full control over how scores are modified, and does not care about normalizing by the ValueSource part. One particular case where this is useful if for testing this query.

Note: only has effect when the ValueSource part is not null.

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

Syntax

C#
public virtual bool IsStrict()
Visual Basic
Public Overridable Function IsStrict As Boolean
Visual C++
public:
virtual bool IsStrict()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Function.CustomScoreQuery.IsStrict"]

See Also