Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 97701 invoked from network); 27 Jan 2009 04:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 04:25:44 -0000 Received: (qmail 54881 invoked by uid 500); 27 Jan 2009 04:25:40 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 54845 invoked by uid 500); 27 Jan 2009 04:25:40 -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 54834 invoked by uid 99); 27 Jan 2009 04:25:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 20:25:40 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shalinmangar@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 04:25:32 +0000 Received: by wf-out-1314.google.com with SMTP id 28so6238212wfc.20 for ; Mon, 26 Jan 2009 20:25:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=W4+OWk1C90ByT0g6thtfGMU460GzjYTfgvh479jlKkc=; b=UEC2iqpjq5GYOrHEbpBSmyDYxP2flfu6ElZIsqgBdYdZkz29ikPmTbjc1zok2XDrIY /FoibutTK79QwxzoIQT+8b2FJGoHk4tLWA+6cuNQd1LgJmc3eYF2Gy5O0vApx8GEp9Td xA8tDnzuFfgBj2+3izbmGQ4cFbmM4G2ikBuNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=I5YaVLKA56EgI3G5h75F/P+M+GPrMu+dsZil4FmchVpafm2yuBc4l6wW+QXgEK/JdL 6VwPWSNDh70CIlD2PwKzgEMl5GtwXIKjQ3kdUR9riLUBrvjGIMa/VXLdYTDVs87Mo2ue LcSo7peGEIO92ACEpLhx4Zqjwo8Cv3XPcUapg= MIME-Version: 1.0 Received: by 10.142.170.6 with SMTP id s6mr5711393wfe.82.1233030311141; Mon, 26 Jan 2009 20:25:11 -0800 (PST) In-Reply-To: <102728.25825.qm@web51804.mail.re2.yahoo.com> References: <102728.25825.qm@web51804.mail.re2.yahoo.com> Date: Tue, 27 Jan 2009 09:55:11 +0530 Message-ID: <69de18140901262025n34f1cd78r5885cd2688a5ecfb@mail.gmail.com> Subject: Re: Performance issue From: Shalin Shekhar Mangar To: solr-user@lucene.apache.org, mahendra_features@yahoo.com Content-Type: multipart/alternative; boundary=000e0cd16e40b162a704616f3d00 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd16e40b162a704616f3d00 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 2009/1/27 mahendra mahendra > > Is there anyway I can get the results without restarting the server or > reloading cores from search machine. > A commit on the slave (searcher) will be needed to re-open the IndexReader and show the latest updates. Ofcourse, that should be done after the commit on the master (indexer) has been called. -- Regards, Shalin Shekhar Mangar. --000e0cd16e40b162a704616f3d00--