Returns the slop. See setSlop().

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.PhraseQuery.GetSlop"]

See Also