mirror of https://github.com/apache/lucene.git
ClientUtils also needs to escape the slop: ~
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@575064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39328264aa
commit
1bccc85177
|
@ -185,6 +185,7 @@ public class ClientUtils
|
|||
case '"':
|
||||
case '*':
|
||||
case ':':
|
||||
case '~':
|
||||
case '\\':
|
||||
str.append( '\\' );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue