Hello. I want to store a FULL web page including tags in it full original content. It is for a cyber security tool.
Once visiting at http://localhost:8984/solr/#/MYCOLLECTION/query?q=*:* , I see escaping (that I do not wish), I still do not see escape when browsing at : http://localhost:8984/solr/MYCOLLECTION/select?q=* and then when I curl with curl "http://localhost:8984/solr/MYCOLLECTION/select?q=*" I still have the escape. How to store html in a non escaped result please? Best regards.