Lucene.Net 1.4.3 Class Library

Query Methods

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

Public Static Methods

MergeBooleanQueries 

Public Instance Methods

CloneReturns a clone of this query.
Combine 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBoostGets the boost for this clause. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by
b
. The boost is 1.0 by default.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetSimilarityExpert: Returns the Similarity implementation to be used for this query. Subclasses may override this method to specify their own Similarity implementation, perhaps one that delegates through that of the Searcher. By default the Searcher's Similarity implementation is returned.
GetType (inherited from Object) Gets the Type of the current instance.
RewriteExpert: called to re-write queries into primitive queries.
SetBoostSets the boost for this query clause to
b
. Documents matching this clause will (in addition to the normal weightings) have their score multiplied by
b
.
ToStringOverloaded.  
WeightExpert: Constructs an initializes a Weight for a top-level query.

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.

Protected Internal Instance Methods

CreateWeight 

See Also

Query Class | Lucene.Net.Search Namespace