Apache Lucene.Net 2.4.0 Class Library API

RangeFilter Members

RangeFilter overview

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 Constructors

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

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