I just resolved this same error. The problem was that I had a lot of ampersands (&) that were un-escaped in my XML doc There was nothing wrong with my DIH; it was the xml doc it was trying to consume. I just used StringEscapeUtils.escapeXml from apache to resolve... Another big help was the Eclipse XML validation engine. Just add your doc to an existing project and right click anywhere on the doc and select validate from the menu.
-- View this message in context: http://lucene.472066.n3.nabble.com/DIH-Unexpected-character-code-61-expected-a-semi-colon-after-the-reference-for-entity-st-tp2816210p4086531.html Sent from the Solr - User mailing list archive at Nabble.com.