I know what this is about: the throwable's message contains unicode character out of XML spec's "text" range. XML serialization does not check this and simply dumps unicode characters to the stream, resulting in invalid XML.
> Throwable #1: junit.framework.AssertionFailedError: > .doc[a_si][0]:org.apache.lucene.document.Field:stored,indexed,tokenized<a_si:€�d>!=org.apache.lucene.document.LazyDocument$LazyField:org.apache.lucene.document.LazyDocument$LazyField@4354a7b6 I have already fixed this in master on randomizedtesting. I'll make a bugfix release today and push to Lucene once it propagates to Maven central to avoid the issues from before. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
