Apache Lucene.Net 2.1 Class Library API

BooleanClause.Occur.SHOULD Field

Use this operator for clauses that should appear in the matching documents. For a BooleanQuery with two

SHOULD
subqueries, at least one of the clauses must appear in the matching documents.

public static readonly Occur SHOULD;

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace