Re: solr.home

2011-12-26 Thread Thomas Fischer
into $CATALINA_HOME/conf/Catalina/localhost/ with Environment name=solr/home type=java.lang.String value=/srv/solr override=true / which results in INFO: Using JNDI solr.home: /srv/solr and everything seems to run smoothely afterwards, although solr.xml is never mentioned. I would like to know

Re: solr.home

2011-12-22 Thread Shawn Heisey
into $CATALINA_HOME/conf/Catalina/localhost/ with Environment name=solr/home type=java.lang.String value=/srv/solr override=true / which results in INFO: Using JNDI solr.home: /srv/solr and everything seems to run smoothely afterwards, although solr.xml is never mentioned. I would like to know when

solr.home

2011-12-21 Thread Thomas Fischer
/ with Environment name=solr/home type=java.lang.String value=/srv/solr override=true / which results in INFO: Using JNDI solr.home: /srv/solr and everything seems to run smoothely afterwards, although solr.xml is never mentioned. I would like to know when this changed and why, and why solr 3.5

Multiple Solr-instance share same solr.home

2009-04-19 Thread vivek sar
Hi, Is it possible to have two solr instances share the same solr.home? I've two Solr instances running on the same box and I was wondering if I can configure them to have the same solr.home. I tried it, but looks like the second instance overwrites the first one's value in the solr.xml (I'm

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Otis Gospodnetic
:00 AM Subject: Multiple Solr-instance share same solr.home Hi, Is it possible to have two solr instances share the same solr.home? I've two Solr instances running on the same box and I was wondering if I can configure them to have the same solr.home. I tried it, but looks like the second

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread vivek sar
Both Solr instances will be writing to separate indexes, but can they share the same solr.home? So, here is what I want, 1) solr.home = solr/multicore 2) There is a single solr.xml under multicore directory 3) Each instance would use the same solr.xml, which will have entries for multiple cores 4

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Ryan McKinley
as long as you make sure there are never two applications writing to the same index, you *should* be ok. But tread carefully... On Apr 19, 2009, at 3:28 PM, vivek sar wrote: Both Solr instances will be writing to separate indexes, but can they share the same solr.home? So, here is what I

Re: Multiple Solr-instance share same solr.home

2009-04-19 Thread Otis Gospodnetic
:35 PM Subject: Re: Multiple Solr-instance share same solr.home Both Solr instances will be writing to separate indexes, but can they share the same solr.home? So, here is what I want, 1) solr.home = solr/multicore 2) There is a single solr.xml under multicore directory 3) Each instance

solr.home via getServletContext().getInitParameter(solr.home)

2007-12-10 Thread Otis Gospodnetic
env-entry-typejava.lang.String/env-entry-type /env-entry !-- NOTE: If Solr looked at something like this:-- !-- NOTE: getServletContext().getInitParameter(solr.home); -- !-- NOTE: we could do the following w/o mucking with JNDI -- !-- context-param param

Re: New Feature: ${solr.home}/lib/ dir for plugins

2006-11-15 Thread Mike Austin
Very nice. This will help me also. I will try this out and let you know how it goes. (Windows XP with a custom request handler and some other custom classes)

New Feature: ${solr.home}/lib/ dir for plugins

2006-11-14 Thread Chris Hostetter
Hey folks, I just wanted to let you all know about a new feature just committed yesterday (now available in the solr-2006-11-15 nightly build). While Solr has always had some really handy hooks for loading your own code to do analysis, request handlers, output writers, field types, cache