No, the content has no XML tags included (hope I understood what you were asking here).
Federico 2013/8/5 Raymond Wiker <rwi...@gmail.com> > On Aug 5, 2013, at 20:12 , Federico Chiacchiaretta < > federico.c...@gmail.com> wrote: > > Hi Raymond, > > I agree with you, 0xfffe is a special character, that is why I was asking > > how it's handled in solr. > > In my document, 0xfffe does not appear at the beginning, it's in the > > content. > > > > Just an update about testing I'm doing: in a SolrCloud two shards > > environment, if I launch dataimport on one node of the shard that will be > > target for that doc, all the docs got written properly; if I launch > > dataimport on one node of the other shard and then it forwards to the > > target, I get the error. > > Does your content include entire XML documents? It could be that the > process of packaging the content could create a structure that includes an > entire document (with BOM) somewhere inside a compound document (just > guessing here.)