Lucene.Net 1.4.3 Class Library

RangeQuery Members

RangeQuery overview

Public Instance Constructors

RangeQuery Constructor Constructs a query selecting all terms greater than
lowerTerm
but less than
upperTerm
. There must be at least one term and either term may be null, in which case there is no bound on that side, but if there are two terms, both terms must be for the same Field.

Public Instance Methods

Clone 
Combine 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBoost (inherited from Query)Gets 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.
GetFieldReturns the Field name for this query
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.
GetLowerTermReturns the lower term of this range query
GetSimilarity (inherited from Query)Expert: 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.
GetUpperTermReturns the upper term of this range query
IsInclusiveReturns
true
if the range query is inclusive
Rewrite FIXME: Describe
rewrite
method here.
SetBoost (inherited from Query)Sets 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. Prints a user-readable version of this query.
ToString (inherited from Query)Overloaded. Prints a query to a string.
Weight (inherited from Query)Expert: 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 (inherited from Query) 

See Also

RangeQuery Class | Lucene.Net.Search Namespace