Apache Lucene.Net 2.4.0 Class Library API

BooleanClause.Occur.SHOULD Field

Use 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.

public static readonly Occur SHOULD;

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace | setMinimumNumberShouldMatch