[ 
https://issues.apache.org/jira/browse/SOLR-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793242#action_12793242
 ] 

Hoss Man commented on SOLR-1669:
--------------------------------


bq. Yes, I mean it's a real URL. Once the patch from SOLR-17 is applied, it 
will become a real URL

1. that doesn't sound right ... i thought Schema declaration URIs were like 
Namespace URIs -- they were just a unique name, that the XML parser would then 
be configured with a mapping to a local file (or remote URL) for the parser to 
use? ... it's suppose to be a real URL?!?!?!

2. If schema URIs really are URLs then we should absolutely *NOT* reference 
anything in *.apache.org for the schema URL ... we (and our users) don't 
want/need every solr client on the planet hitting the apache webservers for 
this kind of validation.  it would make a lot  more sense to include the XSD in 
the war and keep it all on the same host

> 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.

Reply via email to