Jason,
Again many thanks for Your response!
Best reards,
Milen
Von: Jason Hellman [jhell...@innoventsolutions.com]
Gesendet: Freitag, 10. Mai 2013 20:11
An: solr-user@lucene.apache.org
Betreff: Re: Sharing index data between two Solr instances
Milen
l...@innoventsolutions.com]
> Gesendet: Freitag, 10. Mai 2013 17:30
> An: solr-user@lucene.apache.org
> Betreff: Re: Sharing index data between two Solr instances
>
> Milen,
>
> At some point you'll need to call a commit to search your data, either via
> AutoCommit po
-Ursprüngliche Nachricht-
Von: Peter Sturge [mailto:peter.stu...@gmail.com]
Gesendet: Freitag, 10. Mai 2013 17:42
An: solr-user@lucene.apache.org
Betreff: Re: Sharing index data between two Solr instances
Hello Milen,
We do something very similar to this, except we use separate processes on the
same
Hello Milen,
We do something very similar to this, except we use separate processes on
the same machine for the writer and reader. We do this so we can tune
caches etc. to optimize for each, and still use the same index files. On MP
machines, this works very well.
If you've got 2 separate machines
: Freitag, 10. Mai 2013 17:30
An: solr-user@lucene.apache.org
Betreff: Re: Sharing index data between two Solr instances
Milen,
At some point you'll need to call a commit to search your data, either via
AutoCommit policy or deterministically. There are various schools of though on
which way to g
Milen,
At some point you'll need to call a commit to search your data, either via
AutoCommit policy or deterministically. There are various schools of though on
which way to go but something needs to do this.
If you go the AutoCommit route be sure to pay attention to the openSearcher
value.
Hello together!
I've been googleing on this topic but still couldn't find a definitive answer
to my question.
We have a setup of two machines both running Solr 4.2 within Tomcat. We are
considering sharing the index data between both webapps. One of the machines
will be configured to update th