|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegexCapabilities
Defines basic operations needed by RegexQuery for a regular
expression implementation.
| Nested Class Summary | |
|---|---|
static interface |
RegexCapabilities.RegexMatcher
Interface for basic regex matching. |
| Method Summary | |
|---|---|
RegexCapabilities.RegexMatcher |
compile(String pattern)
Called by the constructor of RegexTermsEnum allowing
implementations to cache a compiled version of the regular
expression pattern. |
| Method Detail |
|---|
RegexCapabilities.RegexMatcher compile(String pattern)
RegexTermsEnum allowing
implementations to cache a compiled version of the regular
expression pattern.
pattern - regular expression pattern
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||