Hi, solr have reserved some special chars in building its queries, such as + * : and so on, thus any queries must escape these chars otherwise exceptions will occur. I wonder where can I find a complete list of chars I need escape in the query, and what is the encoding/decoding method (URL?)
In my test I have found these chars have caused problems: ! ^ " * ( ) + { } [ ] \ possibly more to add? Thanks in advance! -- View this message in context: http://www.nabble.com/escaping-special-chars-in-query-tp15562322p15562322.html Sent from the Solr - User mailing list archive at Nabble.com.