Re: unescape solr index content

2025-05-12 Thread Gus Heck
Obviously, there's lots we don't know about your system and your plans, but the narrow view your email gives us looks like you may misunderstand the nature of Solr. Solr is a search index, and its primary function is to help you FIND your data based on the text, or other data (i.e. spatial data) it

Re: unescape solr index content

2025-05-12 Thread Thomas Corthals
Can you include an example of the content you index and the result you're seeing? If you index this: test And it looks like this in the raw result: "test<\/title><\/html>" That's just the escaping that needs to be done for JSON. It's applied on the response data before sending it off, not

unescape solr index content

2025-05-11 Thread anon anon
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