Lucene.Net 1.4.3 Class Library

BooleanClause Fields

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

Public Instance Fields

prohibitedIf true, documents documents which do match this sub-query will not match the boolean query.
queryThe query whose matching documents are combined by the boolean query.
requiredIf true, documents documents which do not match this sub-query will not match the boolean query.

See Also

BooleanClause Class | Lucene.Net.Search Namespace