DotLucene 1.4 API Documentation

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