: > Is the question whether or not you can run solr in two different servlet
: > containers and index into the same data set?
two instances of Solr (either in sevlert containers or embeded instances)
should be able to use the same index simultenously under the same
conditions as any two isntances
Hi,
The question is about Solr used in an embedded context (without using HTTP
interface) and hence not using servlet containers.
Thanks & Regards,
Priya
Lance Lance wrote:
>
> Is the question whether or not you can run solr in two different servlet
> containers and index into the same data s
Is the question whether or not you can run solr in two different servlet
containers and index into the same data set?
While we're on the topic, can you search with one and index with the other?
Or do snapshots have to be in the middle?
Lance
-Original Message-
From: LP [mailto:[EMAIL PRO
Thanks for the reply Hoss.
I am using Solr Embedded and trying to update the same index through
multiple JVM. I am using Solr 1.2. Initially I got the
LockObtainFailedException which was solved after I appiled the Solr-240
patch. Now I am getting the following exception while trying to access the
: Does Solr support updates to the same index from multiple JVM ?
Solr recieves update commands via HTTP requests, so yes it can process
updates from multiple JVMs, it can even process updates that come from
applications written in languages other then java.
-Hoss