: Somebody any idea? Solr seems to ignore the DTD definition and therefore
: does not understand the entities like ü or ä that are defined in
: dtd. Is it the problem? If yes how can I tell SOLR to consider the DTD
: definition?

Solr is just utilizing the builtin java XML parser for this, so there's 
nothing you can tell solr to "consider the DTD" but it is odd that this 
isn't working by default with java's parser -- i supsect there is some 
"hint" XPathEntityProcessor should be giving hte parser to ask it to look 
at these ENTITY declarations.

I've filed a Jira issue to try and track this (and included a test case) 
but unfortunately i don't relaly know what the fix is...

https://issues.apache.org/jira/browse/SOLR-3614



-Hoss

Reply via email to