mirror of https://github.com/apache/lucene.git
Correct javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@618275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc6778188f
commit
140a867933
|
@ -39,7 +39,7 @@ public interface RegexCapabilities {
|
|||
boolean match(String string);
|
||||
|
||||
/**
|
||||
* A wise prefix implementation can reduce the term enumeration (and thus performance)
|
||||
* A wise prefix implementation can reduce the term enumeration (and thus increase performance)
|
||||
* of RegexQuery dramatically!
|
||||
*
|
||||
* @return static non-regex prefix of the pattern last passed to {@link #compile}. May return null.
|
||||
|
|
Loading…
Reference in New Issue