Lucene.Net 1.9.1 Class Library

BooleanClause.Occur.SHOULD Field

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

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

public static readonly Occur SHOULD;

See Also

BooleanClause.Occur Class | Lucene.Net.Search Namespace