Uses of Class org.apache.lucene.search.FilteredTermEnum

Uses in package org.apache.lucene.search.regex

Classes derived from org.apache.lucene.search.FilteredTermEnum

class
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.

Methods with return type org.apache.lucene.search.FilteredTermEnum

FilteredTermEnum
Construct the enumeration to be used, expanding the pattern term.

Uses in package org.apache.lucene.search

Classes derived from org.apache.lucene.search.FilteredTermEnum

class
Subclass of FilteredTermEnum for enumerating all terms that are similiar to the specified filter term.
class
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term.

Methods with return type org.apache.lucene.search.FilteredTermEnum

FilteredTermEnum
FilteredTermEnum
Construct the enumeration to be used, expanding the pattern term.
FilteredTermEnum
Construct the enumeration to be used, expanding the pattern term.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.