Set the strict mode of this query.

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

Syntax

C#
public virtual void SetStrict(
	bool strict
)
Visual Basic
Public Overridable Sub SetStrict ( _
	strict As Boolean _
)
Visual C++
public:
virtual void SetStrict(
	bool strict
)

Parameters

strict
Type: System..::..Boolean
The strict mode to set.

See Also