Methods Summary |
---|
public void | compile(java.lang.String pattern)Called by the constructor of {@link RegexTermEnum} allowing
implementations to cache a compiled version of the regular
expression pattern.
|
public boolean | match(java.lang.String string)
|
public java.lang.String | prefix()A wise prefix implementation can reduce the term enumeration (and thus performance)
of RegexQuery dramatically!
|