Apache Lucene.Net 2.4.0 Class Library API

RangeFilter Methods

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

Public Static Methods

Less Constructs a filter for field
fieldName
matching less than or equal to
upperTerm
.
More Constructs a filter for field
fieldName
matching greater than or equal to
lowerTerm
.

Public Instance Methods

BitsObsolete. Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.
EqualsReturns true if
o
is equal to this.
GetDocIdSet Returns a DocIdSet with documents that should be permitted in search results.
GetHashCodeReturns a hash code value for this object.
GetType (inherited from Object)Gets the Type of the current instance.
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

RangeFilter Class | Lucene.Net.Search Namespace