27;/srv/solr'/./'
>> SCHWERWIEGEND: java.lang.RuntimeException: Can't find resource '' in
>> classpath or ''/srv/solr'/./conf/', cwd=/
>>
>> After that solr is somehow started but not aware of the cores present.
>>
>> T
olr is somehow started but not aware of the cores present.
This can be solved by putting a solr.xml file into
$CATALINA_HOME/conf/Catalina/localhost/ with
which results in
INFO: Using JNDI solr.home: /srv/solr
and everything seems to run smoothely afterwards, although solr.xml is never
mentione
the cores present.
This can be solved by putting a solr.xml file into
$CATALINA_HOME/conf/Catalina/localhost/ with
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
> 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 director
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
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
> 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, b
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
sol
can't you use JNDI?
check the "Multiple Solr Webapps" under each of the config docs:
http://wiki.apache.org/solr/SolrInstall#head-81dba7a28315ed9d2d76c49c162e3ad380827dbd
Ravish Bhagdev wrote:
But how do I maintain multiple copies of solr on same machine. For
instance if I have two webapps u
But how do I maintain multiple copies of solr on same machine. For
instance if I have two webapps using two independent solr indexes?
Thanks,
R
On Dec 14, 2007 11:04 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote:
>
> : Recently, I had to set up a Jetty with multiple Solr homes (not
> multi-core
: Recently, I had to set up a Jetty with multiple Solr homes (not multi-core).
I used JNDI with Jetty 6.1.6 to get this going.
: Then Matt Kangas' note from July 2007 caught my attention:
...
:
:
:
...
: Is there a reason why this was not done?
because context params ca
Hi,
Recently, I had to set up a Jetty with multiple Solr homes (not multi-core). I
used JNDI with Jetty 6.1.6 to get this going.
Then Matt Kangas' note from July 2007 caught my attention:
solr/home
./solr_users
java.lang.String
Is there a reason why this was not
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)
Extremely cool. This is going to be a big help for some things I'm
working on and I'm sure for others. Many thanks!!
On 11/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
Hey folks, I just wanted to let you all know about a new feature just
committed yesterday (now available in the solr-200
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
implemen
15 matches
Mail list logo