On 6/6/06, Alexander MASHTAKOV <[EMAIL PROTECTED]> wrote:
The other thing - performance. In order
to run faster - it's necessary to have opened
index, rather then open and close it for each request.
Index updates have to be serialized somehow and after
the update, it has to be re-opened again.

SOLR does a very nice job of handling all that.  It even "warms" new
IndexSearchers up by performing automated queries to prepopulate the
cache before a new IndexSearcher is used to respond to queries.

Unless there is an issue with it, SOLR sounds like a good solution for
what you need to do.

-Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to