mirror of https://github.com/apache/lucene.git
ClientUtils escapes !
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@575369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bccc85177
commit
4d8f34f394
|
@ -186,6 +186,7 @@ public class ClientUtils
|
|||
case '*':
|
||||
case ':':
|
||||
case '~':
|
||||
case '!':
|
||||
case '\\':
|
||||
str.append( '\\' );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue