Github user ajs6f commented on a diff in the pull request:

    https://github.com/apache/jena/pull/406#discussion_r183508856
  
    --- Diff: 
jena-text-es/src/main/java/org/apache/jena/query/text/es/TextIndexES.java ---
    @@ -422,6 +422,27 @@ public EntityDefinition getDocDef() {
         }
     
         private String parse(String fieldName, String qs, String lang) {
    +        //Escape special characters if any in the query string
    +        qs = qs.replaceAll("\\:", "\\\\:")
    --- End diff --
    
    No need to change anything-- if you are confident from the impl side, let's 
go forward!


---

Reply via email to