Re: Embedded Solr Clustering

2009-08-20 Thread Chris Hostetter
: 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. no matter how you use Solr (HTTP or Embedded) only o

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

Re: Embedded Solr Clustering

2009-08-09 Thread Shalin Shekhar Mangar
On Mon, Aug 10, 2009 at 3:57 AM, born2fish wrote: > > Hi everyone, > > We have a web app that uses embedded solr for better performance. I would advise against it. We use Solr on sites with millions of page views a month on HTTP. With HTTP keep-alives, the overhead of an http request is minimal

Re: Embedded Solr Clustering

2009-08-09 Thread Avlesh Singh
> > Can we configure the embedded solr instances to share the same index on the > network? > Yes, multiple EmbeddedSolrServer instances can point to the same core. Cheers Avlesh On Mon, Aug 10, 2009 at 3:57 AM, born2fish wrote: > > Hi everyone, > > We have a web app that uses embedded solr for