Lucene.Net 1.9.1 Class Library

BooleanClause.Occur.MUST_NOT Field

Use this operator for terms that must not appear in the matching documents. Note that it is not possible to search for queries that only consist of a

MUST_NOT
query.

public static readonly Occur MUST_NOT;

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace