Apache Lucene.Net 2.4.0 Class Library API

BooleanClause.Occur Fields

The fields of the BooleanClause.Occur class are listed below. For a complete list of BooleanClause.Occur class members, see the BooleanClause.Occur Members topic.

Public Static Fields

MUSTUse this operator for clauses that must appear in the matching documents.
MUST_NOTUse 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.
SHOULDUse this operator for clauses that should appear in the matching documents. For a BooleanQuery with no
MUST
clauses one or more
SHOULD
clauses must match a document for the BooleanQuery to match.

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace