dweiss commented on PR #13323:
URL: https://github.com/apache/lucene/pull/13323#issuecomment-2078091483
   > Any thoughts on whether queryParser.parse( "[ a\\[i\\] TO b\\[i\\] ]" ); 
should work? I did play around with updating the grammar, it should be possible 
but I need to think more about how it might break backwards compatibility.
   
   Looking at the javacc file it seems range terms are parsed differently 
compared to normal tokens. This is strange but I bet there was a reason for it 
- now long forgotten. I think, logically, it should accept the same term 
notation that is used elsewhere. It will break backward compatibility but maybe 
consistency is worth this cost (for the major release)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to