mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
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…
x
Reference in New Issue
Block a user