RE: Does SOLR supports multiple instances within the same webapplication?

2007-11-13 Thread Dilip.TS
Hi,

 I am using SOLR 1.2 stable build currently , and this version does not have
this feature (Support for Multiple SOLR cores).

 How do I get this feature? I tried to open the .patch file but I could not
understand.

 I was looking into the link http://svn.apache.org/viewvc/lucene/solr/ for
the solr1.3 version which supports this feature.

 If possible could you please point me to the link/instruction where I can
check out this feature or the latest source and build the SOLR binary.

 Thanks in advance,
 Dilip


-Original Message-
From: Ryan McKinley [mailto:[EMAIL PROTECTED]
Sent: Monday, November 12, 2007 9:23 PM
To: solr-user@lucene.apache.org
Subject: Re: Does SOLR supports multiple instances within the same
webapplication?


Dilip.TS wrote:
 Hello,

   Does SOLR supports multiple instances within the same web application?
If
 so how is this achieved?


If you want multiple indices, you can run multiple web-apps.

If you need multiple indices in the same web-app, check SOLR-350 -- it
is still in development, and make sure you *really* need it before going
that route.

ryan



Does SOLR supports multiple instances within the same webapplication?

2007-11-12 Thread Dilip.TS
Hello,

  Does SOLR supports multiple instances within the same web application? If
so how is this achieved?

  Thanks in advance.

Regards,
Dilip TS



Re: Does SOLR supports multiple instances within the same webapplication?

2007-11-12 Thread Ryan McKinley

Dilip.TS wrote:

Hello,

  Does SOLR supports multiple instances within the same web application? If
so how is this achieved?



If you want multiple indices, you can run multiple web-apps.

If you need multiple indices in the same web-app, check SOLR-350 -- it 
is still in development, and make sure you *really* need it before going 
that route.


ryan


Re: Does SOLR supports multiple instances within the same webapplication?

2007-11-12 Thread James liu
if I understand correct,,u just do it like that:(i use php)

$data1 = getDataFromInstance1($url);
$data2 = getDataFromInstance2($url);

it just have multi solr Instance. and getData from the distance.


On Nov 12, 2007 11:15 PM, Dilip.TS [EMAIL PROTECTED] wrote:

 Hello,

  Does SOLR supports multiple instances within the same web application? If
 so how is this achieved?

  Thanks in advance.

 Regards,
 Dilip TS




-- 
regards
jl