search5 / solrpy

Automatically exported from code.google.com/p/solrpy
Other
40 stars 17 forks source link

Quering not working for Solr running inside Docker #46

Closed nikhilkul closed 6 years ago

nikhilkul commented 6 years ago

Getting SAXParseException: <unknown>:1:0: not well-formed (invalid token) after running response = s.query('title:lucene') for Solr 7.1.3

search5 commented 6 years ago

This is an error that occurred in Solr 7.x because the default response was changed from XML to JSON. This error has been corrected and the version 0.9.9 has been uploaded to pypi.