Hi, I'm having a small problem with Solr, have had a good look for solutions on the web but nothing so far. Apologies if this has been asked before.
I am indexing a text field to contain a text article, this article has some line feeds and CR's in it. I can index the field OK and if I look at the Lucene index using Luke I can see that the CR + LF are being stored correctly in the index, however, when I get the document back from Solr in XML, the CR + LF's are missing. Is there a way I can tell Solr to return the text as it appears in the index, including the CR + LF's? Thanks in advance Mike