Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 65293 invoked from network); 1 Feb 2007 22:26:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 22:26:27 -0000 Received: (qmail 24550 invoked by uid 500); 1 Feb 2007 22:26:32 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 24525 invoked by uid 500); 1 Feb 2007 22:26:32 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 24515 invoked by uid 99); 1 Feb 2007 22:26:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:26:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:26:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A48671429F for ; Thu, 1 Feb 2007 14:26:05 -0800 (PST) Message-ID: <7570531.1170368765563.JavaMail.jira@brutus> Date: Thu, 1 Feb 2007 14:26:05 -0800 (PST) From: "Thorsten Scherler (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-61) move XML update parsing out of SolrCore In-Reply-To: <4468543.1162405216504.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469599 ] Thorsten Scherler commented on SOLR-61: --------------------------------------- agree. Thanks Hoss. > move XML update parsing out of SolrCore > --------------------------------------- > > Key: SOLR-61 > URL: https://issues.apache.org/jira/browse/SOLR-61 > Project: Solr > Issue Type: Improvement > Reporter: Yonik Seeley > Priority: Minor > > The XML parsing in SolrCore should be decoupled and moved out. > We also might consider moving to StAX based parsing, as it is now a standard and will be included in Java6 (Woodstox could be used for Java5). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.