Lucene.Net 1.9.1 Class Library

BooleanClause Members

BooleanClause overview

Public Instance Constructors

BooleanClause Overloaded. Initializes a new instance of the BooleanClause class.

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.
GetOccur 
GetQuery 
GetType (inherited from Object) Gets the Type of the current instance.
IsProhibited 
IsRequired 
SetOccur 
SetQuery 
ToString 

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