On 8 April 2013 18:38, Max Bo <maximilian.brod...@gmail.com> wrote: > Hello, > > I'm very new to Solr and I come to an unexplainable point by myself so I > need your help. > > I have indexed a huge amount of xml-Files by a shell script. [...]
For posting XML files to Solr directly with curl the XML files need to be in a particular format, and you need to commit at least at the end of the indexing. Please see http://wiki.apache.org/solr/UpdateXmlMessages If you are following the exact command there, and using XML files from the example/ directory, things should just work. Regards, Gora