> SOLR has of course a problem with the XML in the 'originalRecord' field. > Is there a solution to this? Has anyone done this before?
I would suggest changing the field type of "originalRecord" to "string" rather than "text", and if you're still having trouble with the XML data simply encapsulated the data with a CDATA: <field name="originalRecord"><![CDATA[ ... ]]></field> cheers, Piete