Hi, Thanks for reporting. This is fixed now on the staging site, will be set live soon.
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 1. mars 2012, at 16:50, Nicolai Scheer wrote: > 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