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:
Erik Hatcher 2008-02-04 13:31:02 +00:00
parent cc6778188f
commit 140a867933
1 changed files with 1 additions and 1 deletions

View File

@ -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.