RE: Updates from Multiple JVM

2007-08-08 Thread LP
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 set?

Re: Updates from Multiple JVM

2007-08-07 Thread Chris Hostetter
: 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

Re: Updates from Multiple JVM

2007-08-07 Thread LP
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

RE: Updates from Multiple JVM

2007-08-07 Thread Lance Norskog
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