Hi! Having just worked through the solr tutorial (http://lucene.apache.org/solr/tutorial.html) I think I found two minor "bugs":
1. The "delete by query" example java -Ddata=args -jar post.jar "<delete><query<name:DDR</query></delete>" should read java -Ddata=args -jar post.jar "<delete><query>name:DDR</query></delete>" 2. The link to the mailing lists at the end of the tutorial seems to be dead as of now: http://lucene.apache.org/solr/mailing_lists.html Greetings, Nico