org.apache.lucene.search.regex
public class RegexTermEnum extends FilteredTermEnum
Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.
Constructor Summary | |
---|---|
RegexTermEnum(IndexReader reader, Term term, RegexCapabilities regexImpl) |
Method Summary | |
---|---|
void | close() |
float | difference() |
boolean | endEnum() |
protected boolean | termCompare(Term term) |