mirror of https://github.com/apache/lucene.git
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:
parent
43098fad6a
commit
f237405809
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue