Interface | Description |
---|---|
RegexCapabilities |
Defines basic operations needed by
RegexQuery for a regular
expression implementation. |
RegexQueryCapable |
Defines methods for regular expression supporting Querys to use.
|
Class | Description |
---|---|
JakartaRegexpCapabilities |
Implementation tying Jakarta
Regexp to RegexQuery.
|
JavaUtilRegexCapabilities |
An implementation tying Java's built-in java.util.regex to RegexQuery.
|
RegexQuery |
Implements the regular expression term search query.
|
RegexTermEnum |
Subclass of FilteredTermEnum for enumerating all terms that match the
specified regular expression term using the specified regular expression
implementation.
|
SpanRegexQuery | Deprecated
Use
new SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery()) instead. |