Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 64899 invoked from network); 18 May 2010 21:10:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 21:10:13 -0000 Received: (qmail 30441 invoked by uid 500); 18 May 2010 21:10:11 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 30400 invoked by uid 500); 18 May 2010 21:10:11 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 30393 invoked by uid 99); 18 May 2010 21:10:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 21:10:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 21:10:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4IL9mv0003728 for ; Tue, 18 May 2010 21:09:48 GMT Message-ID: <21604674.114171274216988291.JavaMail.jira@thor> Date: Tue, 18 May 2010 17:09:48 -0400 (EDT) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Subject: [jira] Resolved: (SOLR-1824) partial field types created on error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1824. ---------------------------- Assignee: Hoss Man Fix Version/s: 4.0 Resolution: Fixed fixed via SOLR-1846, IndexSchema now fails to initialize if any of the individual plugins fails to initialize (the exception is propogated up to hte caller) Committed revision 945886. > partial field types created on error > ------------------------------------ > > Key: SOLR-1824 > URL: https://issues.apache.org/jira/browse/SOLR-1824 > Project: Solr > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Yonik Seeley > Assignee: Hoss Man > Priority: Minor > Fix For: 4.0 > > > When abortOnConfigurationError=false, and there is a typo in one of the filters in a chain, the field type is still created by omitting that particular filter. This is particularly dangerous since it will result in incorrect indexing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org