Re: how to reset the index in solr

2018-04-02 Thread delk
If you want to delete all items from Solr index, use the query *:* - Development Center Toronto -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: how to reset the index in solr

2011-04-06 Thread Gabriele Kahlout
nutch/Whole-Web%20Crawling%20incremental%20script > [2] > > http://wiki.apache.org/solr/Troubleshooting%20HTTP%20Status%20404%20-%20missing%20core%20name%20in%20path?action=recall&rev=1 > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-r

Re: how to reset the index in solr

2011-04-06 Thread Gabriele Kahlout
ontext: http://lucene.472066.n3.nabble.com/how-to-reset-the-index-in-solr-tp496574p2784198.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to reset the index in solr

2009-04-30 Thread Marcus Herou
Or curl http://$server:$port/solr/$core/update -H "Content-Type: text/xml" --data-binary '*:*' curl http://$server:$port/solr/$core/update -H "Content-Type: text/xml" --data-binary '' curl http://$server:$port/solr/$core/update -H "Content-Type: text/xml" --data-binary '' //Marcus On Thu, Ap

Re: how to reset the index in solr

2009-04-29 Thread Geetha
Thanks a lot Erik. I would try it and let me know Erik Hatcher wrote: On Apr 29, 2009, at 12:19 AM, Geetha wrote: I need a function (through solr ruby) for ruby that will allow us to clear everything require 'solr' solr = Solr::Connection.new("http://localhost:8983/solr";) solr.delete_by_qu

Re: how to reset the index in solr

2009-04-29 Thread Erik Hatcher
On Apr 29, 2009, at 12:19 AM, Geetha wrote: I need a function (through solr ruby) for ruby that will allow us to clear everything require 'solr' solr = Solr::Connection.new("http://localhost:8983/solr";) solr.delete_by_query('*:*') solr.commit Erik

Re: how to reset the index in solr

2009-04-29 Thread Erik Hatcher
On Apr 28, 2009, at 11:33 PM, Geetha wrote: Thank you Erik.. Should I write the below code in rake task /lib/tasks/solr.rake? There's a start to some Solr Rake tasks in solr-ruby's lib/solr/ solrtasks.rb. I am newbie to ruby. Welcome! It's a fun fun world to be in :) Erik

Re: how to reset the index in solr

2009-04-28 Thread Geetha
I need a function (through solr ruby) for ruby that will allow us to clear everything regards, Sg.. Geetha wrote: Thank you Erik.. Should I write the below code in rake task /lib/tasks/solr.rake? I am newbie to ruby. Erik Hatcher wrote: On Apr 24, 2009, at 1:54 AM, sagi4 wrote: Can i ge

Re: how to reset the index in solr

2009-04-28 Thread Geetha
Thank you Erik.. Should I write the below code in rake task /lib/tasks/solr.rake? I am newbie to ruby. Erik Hatcher wrote: On Apr 24, 2009, at 1:54 AM, sagi4 wrote: Can i get the rake task for clearing the index of solr, I mean "rake index::rebuild", It would be very helpful and also to avo

Re: how to reset the index in solr

2009-04-28 Thread Erik Hatcher
On Apr 24, 2009, at 1:54 AM, sagi4 wrote: Can i get the rake task for clearing the index of solr, I mean "rake index::rebuild", It would be very helpful and also to avoid the delete id by manually. How do you currently build your index? But making a Rake task to do perform Solr operations

Re: how to reset the index in solr

2009-04-23 Thread sagi4
t; configuration >> http://localhost:8080/solr/admin/cores?action=RELOAD&core=core_name >> >> >> I need to clearing the index in solr. >> >> I would appreciate anyone help >> -- >> >> Best Regards, >> ** >> *Geetha S * >>

Re: how to reset the index in solr

2009-04-22 Thread Otis Gospodnetic
22, 2009 7:57:50 AM > Subject: Re: how to reset the index in solr > > > Thanks for your response. > > I want to clear it basically, it means clearing the index > > Thank you > Sg.. > > > > What do you mean? To delete it or to reload it? > If you want to d

Re: how to reset the index in solr

2009-04-22 Thread Erik Hatcher
ed to clearing the index in solr. I would appreciate anyone help -- Best Regards, ** *Geetha S * -- View this message in context: http://www.nabble.com/how-to-reset-the-index-in-solr-tp23170853p23174806.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to reset the index in solr

2009-04-22 Thread sagi4
e.com/how-to-reset-the-index-in-solr-tp23170853p23174806.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to reset the index in solr

2009-04-22 Thread Marc Sturlese
We > do not accept any liability for the transmission of incomplete, delayed > communication and recipients must check this email and any attachments > for the presence of viruses before downloading them. > > > > > > > -- View this message in context: http://www.nabble.com/how-to-reset-the-index-in-solr-tp23170853p23171473.html Sent from the Solr - User mailing list archive at Nabble.com.

how to reset the index in solr

2009-04-22 Thread Geetha
I need to clearing the index in solr. I would appreciate anyone help -- Best Regards, ** *Geetha S *| System and Software Engineer email: gee...@angleritech.com * Visit us at ICT Expo, HongKong (13th-16th Apr 2009) and Internet World, UK (28-30 Apr 2009)* *