Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 45515 invoked from network); 11 Jan 2010 10:45:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2010 10:45:50 -0000 Received: (qmail 53011 invoked by uid 500); 11 Jan 2010 10:45:47 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 52972 invoked by uid 500); 11 Jan 2010 10:45:47 -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 52962 invoked by uid 99); 11 Jan 2010 10:45:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 10:45:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erik.hatcher@gmail.com designates 209.85.221.182 as permitted sender) Received: from [209.85.221.182] (HELO mail-qy0-f182.google.com) (209.85.221.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 10:45:37 +0000 Received: by qyk12 with SMTP id 12so3694837qyk.21 for ; Mon, 11 Jan 2010 02:45:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=LN+PX9u1cZxdtncVExUD1VsXY+kbscL6QqVhUMpy9Gw=; b=wMLBc7xeMhcuZORd2bujM6QqK/vUYTRJJdFNkNeMp/aoFCOmqsEeGe1Y8RpjZEMsK/ xMIrMTVb2UQXFkk0VGU+WBHK83EcdJtHBrq1PxYA6UgtRqVJNN5G0ztKW0vIjKVjXhjA 8uM+tdPfJYCudmxGuy0DLtBv/t+cHW15AmsbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=PA39FyzJd9NYfL8SrzGoJpFAmnomZMp7q5m4AKYaQ2koJhwZGw45Vdikwz6IeH7swT ut7lq3ic2wzafepIhz1ziU7pKDZOBXasxjIw+yPKSeT8jJpfN544uKsZCF3VpVZetpJm pt57dmrODBET0FGkfegboH9qbfhod2US/fkGs= Received: by 10.224.79.2 with SMTP id n2mr16470225qak.189.1263206716961; Mon, 11 Jan 2010 02:45:16 -0800 (PST) Received: from ?10.0.1.69? (c-71-63-2-238.hsd1.va.comcast.net [71.63.2.238]) by mx.google.com with ESMTPS id 22sm22125173qyk.6.2010.01.11.02.45.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 Jan 2010 02:45:16 -0800 (PST) Message-Id: <1774A0E6-A28C-4DFF-A0D9-5E31BF08B980@gmail.com> From: Erik Hatcher To: solr-user@lucene.apache.org In-Reply-To: <09B0F2676706A94B83A48D01A15AA0D39C262E8D39@alphaextmail.as1.alphasolutions.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Synonyms from Database Date: Mon, 11 Jan 2010 05:45:13 -0500 References: <991756.28806.qm@web50306.mail.re2.yahoo.com> <5e76b0ad1001102242k384b8e69maa53bcbb69fd92f5@mail.gmail.com> <09B0F2676706A94B83A48D01A15AA0D39C262E8D39@alphaextmail.as1.alphasolutions.dk> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 11, 2010, at 4:51 AM, Peter A. Kirk wrote: > The reload feature actually sounds quite neat - it will reload "in > the background", and "switch in" the newly read configuration when > it's ready - so hopefully no down-time waiting for configuration. Correct me if I'm wrong, but I don't think that it's true about a reload working in the background. While a core is reloading (and warming), it is unavailable for search. right? I think you have to create a new core, and then swap to keep things alive constantly. Erik