Lucene.Net 1.4.3 Class Library

BooleanClause Members

BooleanClause overview

Public Instance Constructors

BooleanClause Constructor Constructs a BooleanClause with query
q
, required
r
and prohibited
p
.

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.

Public Instance Methods

EqualsReturns true iff
o
is equal to this.
GetHashCodeReturns a hash code value for this object.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

BooleanClause Class | Lucene.Net.Search Namespace