public interface RegexCapabilities
RegexQuery for a regular
expression implementation.| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegexCapabilities.RegexMatcher
Interface for basic regex matching.
|
| Modifier and Type | Method and Description |
|---|---|
RegexCapabilities.RegexMatcher |
compile(String pattern)
Called by the constructor of
RegexTermsEnum allowing
implementations to cache a compiled version of the regular
expression pattern. |
RegexCapabilities.RegexMatcher compile(String pattern)
RegexTermsEnum allowing
implementations to cache a compiled version of the regular
expression pattern.pattern - regular expression patternCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.