On 5/18/06, Marcus Falck <[EMAIL PROTECTED]> wrote:
Doesn't solr use the same sort implementation as Lucene ?

Yes, but Solr handles the mechanics of warming up a new searcher in
the background to avoid those lengthy first-time hits to the
FieldCache and norms, and it warms any configured caches based on
previous requests.

There is still the issue of data freshness... you don't want to open a
new searcher too often (less than once a minute probably).

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

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

Reply via email to