You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Nicolai Scheer <sc...@planetavent.de> on 2012/03/01 16:50:54 UTC

errata for solr tutorial

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

Re: errata for solr tutorial

Posted by Jan Høydahl <ja...@cominvent.com>.
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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: errata for solr tutorial

Posted by Jan Høydahl <ja...@cominvent.com>.
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: errata for solr tutorial

Posted by Jan Høydahl <ja...@cominvent.com>.
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