Hello,

I'm trying to find the best way to update / delete datas according to my
project (developed with javascript and rails).
I would like to do something like that : 
http://localhost:8983/solr/update/?q=id:1&rate=4
and
http://localhost:8983/solr/delete/?q=id:1
Is it possible ?

But I found only these two ways :
http://localhost:8983/solr/update/csv?commit=true&separator=%09&escape=\&stream.file=/tmp/result.text
or using an xml file with that :
<delete><query>load_id:20070424150841</query></delete> 

The last possibility is to use the solr-ruby library.

Is there any way I forgot ?

Thanks,
Vincent
-- 
View this message in context: 
http://www.nabble.com/What-are-the-way-to-update---delete-solr-datas--tp20268507p20268507.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to