Re: Solr Autowarming

2008-11-06 Thread Chris Hostetter
: Yes, you can extend QuerySenderListener to do this. one of the really simple approaches i use (since the EventListener api is kind of awkward) is to implement a RequestHandler that executes whatever queries you want (using LocalSolrRequest instances) and then configure QuerySenderListener to

Re: Solr Autowarming

2008-11-04 Thread Shalin Shekhar Mangar
Yes, you can extend QuerySenderListener to do this. Also see https://issues.apache.org/jira/browse/SOLR-784 On Wed, Nov 5, 2008 at 3:22 AM, Manepalli, Kalyan < [EMAIL PROTECTED]> wrote: > Hi all, > >I am working on smartfill solution using Solr. For > increasing the speed, I want to

Solr Autowarming

2008-11-04 Thread Manepalli, Kalyan
Hi all, I am working on smartfill solution using Solr. For increasing the speed, I want to warm the cache at startup, using large number of queries. Is it possible to use a custom class to fire these queries instead of listing the queries in solrConfig Any suggestions will be help