Hi It are mainly the internal caches that are of interest. If you use sorting other than the default relevance for example, use a warmin up search that uses a custom sort. You may also look at what happens in Solr (http://incubator.apache.org/solr/) related to caching.
I use Java Lucene from a PHP based frontend and found that just using a Java object cache (like ehcache) can speed up searches a lot by caching filters that implement security rules for instance. I guess this also applies to pure Java implementations where Lucene does not caches on its own. hth --paul On 8/26/06, Martin Kobele <[EMAIL PROTECTED]> wrote:
Hi, I have read it several times that sometimes it is practical to warm up a searcher. What exactly does that mean? Would I simply perform a search for "foo bar" or something like that? What happens inside the searcher so that it becomes 'warmed up'? Thank you! Regards, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://walhalla.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]