: 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
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
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
>
> 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