You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by s4saurabh <sa...@in.com> on 2008/10/07 15:07:58 UTC

Re: Running Solr1.3 with multicore support

Hi Raghav,

It shows me the 

Admin core0
Admin core1

but as soon as I edit schema.xml in any of the cores and restart tomcat..and
view schema file in schema browser of solr admin, it doesn't reflect the
changes.

Please let me know if you were able to make changes to schema.xml by adding
fieldtypes and also the various filter classes.

Thanks,
Saurabh


RaghavPrabhu wrote:
> 
> Hi Saurabh Bhutyani,
> 
>   Is it show the two core links in ur solr home page like
> 
>      Admin core0
>      Admin core1
> 
>  if not,the problem is you are upgrading the solr from 1.2 to 1.3. Better
> stop the server delete all the floders in
> %Tomcat_Home%\work\Catalina\localhost location and  restart it. Hope it
> will work.
> 
> 
> 
> Regards
> Prabhu.K
> 
> 

-- 
View this message in context: http://www.nabble.com/Running-Solr1.3-with-multicore-support-tp19722268p19857781.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Running Solr1.3 with multicore support

Posted by Chris Hostetter <ho...@fucit.org>.
: but as soon as I edit schema.xml in any of the cores and restart tomcat..and
: view schema file in schema browser of solr admin, it doesn't reflect the
: changes.

are you sure you are editing hte right schema.xml file? what is the 
absolute path of the file you are editing?  when you look at the admin 
console for a specific core, what does it say on a line that should look 
like this at the top of the page...

cwd=/some/path SolrHome=/some/other/path


-Hoss