I checked in the two changes but did not push live, seems like someone else is in the process of cleaning up the tutorial too. http://lucene.staging.apache.org/solr/tutorial.html
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 5. mars 2012, at 13:10, Jan Høydahl wrote: > 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
