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:
>>
>>
>>
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
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?
>
>
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