Sets the phrase slop for this query.

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

Syntax

C#
public virtual int GetSlop()
Visual Basic
Public Overridable Function GetSlop As Integer
Visual C++
public:
virtual int GetSlop()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.MultiPhraseQuery.GetSlop"]

See Also