Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 25845 invoked from network); 19 Dec 2009 06:59:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Dec 2009 06:59:42 -0000 Received: (qmail 50233 invoked by uid 500); 19 Dec 2009 06:59:42 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 50132 invoked by uid 500); 19 Dec 2009 06:59:40 -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 50122 invoked by uid 99); 19 Dec 2009 06:59:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 06:59:40 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 06:59:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2DDC0234C052 for ; Fri, 18 Dec 2009 22:59:18 -0800 (PST) Message-ID: <615834690.1261205958175.JavaMail.jira@brutus> Date: Sat, 19 Dec 2009 06:59:18 +0000 (UTC) From: "Noble Paul (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1669) Make XMLWriter write out xml that references the SOLR response XSD/DTD In-Reply-To: <1340567634.1261115298154.JavaMail.jira@brutus> 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-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792801#action_12792801 ] Noble Paul commented on SOLR-1669: ---------------------------------- do you mean to say that the schema location provided by the xml is a real url? it is just a unique string . it could be just about anything else. > Make XMLWriter write out xml that references the SOLR response XSD/DTD > ----------------------------------------------------------------------- > > Key: SOLR-1669 > URL: https://issues.apache.org/jira/browse/SOLR-1669 > Project: Solr > Issue Type: Improvement > Components: Response Writers > Affects Versions: 1.2, 1.3, 1.4 > Environment: My MacBook Pro, Christmas-break style. > Reporter: Chris A. Mattmann > Fix For: 1.5 > > Attachments: SOLR-1669.Mattmann.121709.patch.txt > > > As described in SOLR-17, this is patch #2 of 3. It will make a simple modification to XMLWriter which makes the output response XML reference the SOLR XSD file. This way, clients can validate against it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.