Apache Lucene.Net 2.4.0 Class Library API

SpanNearQuery Class

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.

For a list of all members of this type, see SpanNearQuery Members.

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.Spans.SpanQuery
         Lucene.Net.Search.Spans.SpanNearQuery

public class SpanNearQuery : SpanQuery

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search.Spans

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

SpanNearQuery Members | Lucene.Net.Search.Spans Namespace