Re: Embedded Solr Clustering

2009-08-10 Thread born2fish

Thanks Shalin and Avlesh for your responses.

Yes we are using Solr for a non-traditional search purpose and the
performance is critical. However it sounds like that sharing the same index
could slow down reading / writing to the index. And access synchronization
is tricky as well.

Therefore, we might have to use a single web based Solr instance or use
multiple embedded Solr instances and setup the script based replication.

Thanks again for your help!




born2fish wrote:
 
 Hi everyone,
 
 We have a web app that uses embedded solr for better performance. Now we
 are trying to deploy the app to a clustered environment. My question is:
 
 1. Can we configure the embedded solr instances to share the same index on
 the network?
 2. If the answer to question 1 is no, can we configure embedded solr
 instances to replicate indexes in a master / slave fashion just like
 normal web based Solr?
 
 Thanks,
 
 born2fish
 

-- 
View this message in context: 
http://www.nabble.com/Embedded-Solr-Clustering-tp24891931p24900854.html
Sent from the Solr - User mailing list archive at Nabble.com.



Embedded Solr Clustering

2009-08-09 Thread born2fish

Hi everyone,

We have a web app that uses embedded solr for better performance. Now we are
trying to deploy the app to a clustered environment. My question is:

1. Can we configure the embedded solr instances to share the same index on
the network?
2. If the answer to question 1 is no, can we configure embedded solr
instances to replicate indexes in a master / slave fashion just like normal
web based Solr?

Thanks,

born2fish
-- 
View this message in context: 
http://www.nabble.com/Embedded-Solr-Clustering-tp24891931p24891931.html
Sent from the Solr - User mailing list archive at Nabble.com.