Apache Lucene.Net 2.1 Class Library API

SpanNotQuery Constructor 

Construct a SpanNotQuery matching spans from

include
which have no overlap with spans from
exclude
.

public SpanNotQuery(
   SpanQuery include,
   SpanQuery exclude
);

See Also

SpanNotQuery Class | Lucene.Net.Search.Spans Namespace