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:
Ryan McKinley 2007-09-13 16:51:35 +00:00
parent 1bccc85177
commit 4d8f34f394
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class ClientUtils
case '*':
case ':':
case '~':
case '!':
case '\\':
str.append( '\\' );
}