Hi chaps,
I currently have a lucene app. which is a daemon listening on a port for
XML requests and servicing these. I'm intending to switch to using Solr in
the near(ish) future, but have a question.
In my daemon, for servicing incoming search requests I manage index
Searchers in a cache via the
Hi chaps,
I currently have a lucene app. which is a daemon listening on a port for
XML requests and servicing these. I'm intending to switch to using Solr in
the near(ish) future, but have a question.
In my daemon, for servicing incoming search requests I manage index
Searchers in a cache via the
pdates can't be batched and
are done immediately a news item hits the system.
However if I understand the above properly, we should implement a strategy
which at least limits the commit frequency, to prevent the scenario you
describe in the last para above.
Cheers,
Paul.
> -Yonik
>
Yonik Seeley wrote:
> On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote:
> > However if I understand the above properly, we should implement a
strategy
> > which at least limits the commit frequency, to prevent the scenario you
> > describe in the last para above.
>
Yonik Seeley wrote:
> On 10/23/06, Paul Waite <[EMAIL PROTECTED]> wrote:
> > However if I understand the above properly, we should implement a
> > strategy which at least limits the commit frequency, to prevent the
> > scenario you describe in the last para above.
&