Lucene.Net 1.9.1 Class Library

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 Constructor lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper)

Public Instance Methods

Bits 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.
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