Description
Having a solr document with a comma in its id (e.g. "A,B"), SolrClient.getById() is not able to retrieve this document, because it queries /get?ids=A,B instead of /get?ids=A\,B.
Attachments
Issue Links
- links to
Having a solr document with a comma in its id (e.g. "A,B"), SolrClient.getById() is not able to retrieve this document, because it queries /get?ids=A,B instead of /get?ids=A\,B.