Re: Core not reloading in Solr 1.3

2009-07-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Jul 28, 2009 at 6:39 AM, Erik Hatcher wrote: > > On Jul 27, 2009, at 6:13 PM, ranjitr wrote: > >> >> Ok, I think I found an alternative. >> >> With Solr 1.3, trying to reload the core from the browser using: >> http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1 >> >> doesn't w

Re: Core not reloading in Solr 1.3

2009-07-27 Thread Erik Hatcher
On Jul 27, 2009, at 6:13 PM, ranjitr wrote: Ok, I think I found an alternative. With Solr 1.3, trying to reload the core from the browser using: http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1 doesn't work (this problem does not happen with nightly build). But I use curl

Re: Core not reloading in Solr 1.3

2009-07-27 Thread ranjitr
Ok, I think I found an alternative. With Solr 1.3, trying to reload the core from the browser using: http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1 doesn't work (this problem does not happen with nightly build). But I use curl as in: curl http://localhost:8984/solr/admin/co

Re: Core not reloading in Solr 1.3

2009-07-27 Thread ranjitr
Hi, I'm seeing the same problem with the SWAP CoreAdmin command. With Solr nightly build, I can create a new core with the CREATE admin command & do a SWAP as many times as I like. I see the following after I issue the SWAP command: "INFO: swaped: core1 with core3" But with Solr 1.3, I'm able

Re: Core not reloading in Solr 1.3

2009-07-27 Thread Ranjit Raveendran
Hi, Does anyone have an update on this problem? Thank you. --- On Sun, 7/26/09, Ranjit Raveendran wrote: From: Ranjit Raveendran Subject: Re: Core not reloading in Solr 1.3 To: solr-user@lucene.apache.org Date: Sunday, July 26, 2009, 11:42 AM Hi Shalin, Thank you for the reply. I do re

Re: Core not reloading in Solr 1.3

2009-07-26 Thread Ranjit Raveendran
d like to confirm. Please let me know what you think. Looking forward to you reply. Thank you, Ranjit. --- On Sun, 7/26/09, Shalin Shekhar Mangar wrote: From: Shalin Shekhar Mangar Subject: Re: Core not reloading in Solr 1.3 To: solr-user@lucene.apache.org Date: Sunday, July 26, 2009, 3:00 A

Re: Core not reloading in Solr 1.3

2009-07-26 Thread Shalin Shekhar Mangar
On Sat, Jul 25, 2009 at 8:46 AM, Ranjit Raveendran < contact_ranjit_...@yahoo.com> wrote: > Hi, > > I had emailed before about the following issue but did not get a response. > > I have been trying to reload the Solr core after I make changes to the > synonyms.txt file. With Solr 1.3, I am able to

Re: Core not reloading in Solr 1.3

2009-07-25 Thread ranjitr
I also wanted to add that I am using the following HTTP request to reload the core: http://localhost:8983/solr/admin/cores?action=RELOAD&core=core1 Please help. Thank you. ranjitr wrote: > > Hi, > > I had emailed before about the following issue but did not get a response. > > I have been