Matches spans which are near one another. One can specify slop, the maximum number of intervening unmatched positions, as well as whether matches are required to be in-order.

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

Syntax

C#
[SerializableAttribute]
public class SpanNearQuery : SpanQuery, 
	ICloneable
Visual Basic
<SerializableAttribute> _
Public Class SpanNearQuery _
	Inherits SpanQuery _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class SpanNearQuery : public SpanQuery, 
	ICloneable

Inheritance Hierarchy

See Also