fix dead link to queryparserssyntax.html

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-05-25 11:42:38 +00:00
parent 43098fad6a
commit f237405809
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class ClientUtils
/**
* See: http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping%20Special%20Characters
* See: <a href="http://lucene.apache.org/java/docs/nightly/queryparsersyntax.html#Escaping%20Special%20Characters">Escaping Special Characters</a>
*/
public static String escapeQueryChars(String s) {
StringBuilder sb = new StringBuilder();