Class TermRangeTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified range parameters.
Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class TermRangeTermEnum : FilteredTermEnum
Constructors
Name | Description |
---|---|
TermRangeTermEnum(IndexReader, String, String, String, Boolean, Boolean, Globalization.CompareInfo) | Enumerates all terms greater/equal than If an endpoint is null, it is said to be "open". Either or both endpoints may be open. Open endpoints may not be exclusive (you can't select all but the first or last term without explicitly specifying the term to exclude.) |
Methods
Name | Description |
---|---|
Difference() | |
EndEnum() | |
TermCompare(Term) |