Apache Lucene.Net 2.4.0 Class Library API

BooleanClause.Occur.MUST_NOT Field

Use this operator for clauses 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
clause.

public static readonly Occur MUST_NOT;

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace