take a look @:
http://lucene.apache.org/solr/version_control.html#Anonymous+Access+%28read-only%29
and http://www.apache.org/dev/version-control.html#anon-svn

You may want to use an IDE (eclipse/netbeans/...) to svn there (look for
"trunk" dir); this way you could easily download the trunk and compile
via build.xml maybe even without touching the keyboard.
You can apply the patch via the IDE or via shell with the classic patch
command from project main dir (the one that contains build.xml)

Walter

Dilip.TS wrote:
> 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
>
>
>   

Reply via email to