Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 54341 invoked from network); 5 Nov 2008 05:12:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 05:12:09 -0000 Received: (qmail 54559 invoked by uid 500); 5 Nov 2008 05:12:08 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 54534 invoked by uid 500); 5 Nov 2008 05:12:08 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 54523 invoked by uid 99); 5 Nov 2008 05:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 21:12:08 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shalinmangar@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 05:10:52 +0000 Received: by wf-out-1314.google.com with SMTP id 28so3879163wfc.20 for ; Tue, 04 Nov 2008 21:11:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=c1z7fgAHwcIb0ZbLjD2OiYh7QL6zOaitteq+sRTZ9uQ=; b=wtuxy3Z/foO92Y7EVpINbbBfHk6CU1GSLWjfwOd8czQhfI+cKZOXCm69Ay4MBvJ6v1 zxrKUB5EUtg9jwPTo794qvBf7EF4bTwkPoBp6laEvS8wXLKXJC8Y6+pI6qh7GzdCg1Qu AoSr4b0JIFQcDMB/DfmjoZ+K0ZeqHn88J0v3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=JZikpYnQtDBQMdl8HxIedoLwRVo57fLJbHNhO3Dgtsdi/Msl4ILZnhptVi5iiW5caU VvHoIHaEm3hfKpwee2dvJLCBo/eU02ZCDXPDDOpodiEsg8KePd7hyyQTgQxWiHQ1U442 zz1NYcPB0eyOwDcgjgdoLtRfIBGWko5pkwJW0= Received: by 10.142.80.7 with SMTP id d7mr218234wfb.173.1225861884599; Tue, 04 Nov 2008 21:11:24 -0800 (PST) Received: by 10.142.223.15 with HTTP; Tue, 4 Nov 2008 21:11:24 -0800 (PST) Message-ID: <69de18140811042111o7c333a2bwe2358fb789eb283f@mail.gmail.com> Date: Wed, 5 Nov 2008 10:41:24 +0530 From: "Shalin Shekhar Mangar" To: solr-user@lucene.apache.org Subject: Re: Solr Autowarming In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_91057_22113699.1225861884606" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_91057_22113699.1225861884606 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 < Kalyan.Manepalli@orbitz.com> wrote: > 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 helpful > > > > Thanks, > > Kalyan Manepalli > > > > -- Regards, Shalin Shekhar Mangar. ------=_Part_91057_22113699.1225861884606--