Re: Merging multicore indexes

2009-10-06 Thread Shalin Shekhar Mangar
On Wed, Oct 7, 2009 at 2:40 AM, Paul Rosen wrote: > Shalin Shekhar Mangar wrote: > > The path on the wiki page was wrong. You need to use the adminPath in the >> url. Look at the adminPath attribute in solr.xml. It is typically >> /admin/cores >> >> So the correct path for you would be: >> >> >>

Re: Merging multicore indexes

2009-10-06 Thread Paul Rosen
Shalin Shekhar Mangar wrote: The path on the wiki page was wrong. You need to use the adminPath in the url. Look at the adminPath attribute in solr.xml. It is typically /admin/cores So the correct path for you would be: http://localhost:8983/solr/admin/cores?action=mergeindexes&core=merged&ind

Re: Merging multicore indexes

2009-10-05 Thread Shalin Shekhar Mangar
On Sun, Oct 4, 2009 at 8:05 PM, Paul Rosen wrote: > Hi, > > I've been trying to experiment with merging, but have been running into > some problems. > > First, I'm using ruby and the solr-ruby-0.0.7 gem. It looks like there is > no support in that gem for merging. Have I overlooked something? > >

Merging multicore indexes

2009-10-04 Thread Paul Rosen
Hi, I've been trying to experiment with merging, but have been running into some problems. First, I'm using ruby and the solr-ruby-0.0.7 gem. It looks like there is no support in that gem for merging. Have I overlooked something? Second, I was attempting to just follow the instructions in