[ https://issues.apache.org/jira/browse/SOLR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793234#action_12793234 ]
Hoss Man commented on SOLR-17: ------------------------------ bq. In the long term, maybe we could version the URIs too, based on the current SOLR version, but that's down the road. There are actually already multiple versions of the XML that can be produced by the current XmlResponseHandler based on the "version" param (see the source for details -- they relate to how the header is produced and how single valued fields are output ... i think you already noticed this in a later comment) so we already really need to make sure the URIs are versioned (and the schema declarations generated by the response handler as well) bq. as a start, can we make this issue just put the XSD/DTD into the src, and then copy it to a Forrest accessible link, and then a do site rebuild? Sure ... my main concern with doing something like that way back when was that it might fall by the wayside and get out of sync with the code, so i didn't want to commit until we were actually doing something with it so we could tell if we broke it (i'd rather have no XSD then a published, advertised, XSD that's completely wrong) ... but you're clearly on a roll here so i'm not really worried about losing momentum. > XSD for solr requests/responses > ------------------------------- > > Key: SOLR-17 > URL: https://issues.apache.org/jira/browse/SOLR-17 > Project: Solr > Issue Type: Improvement > Reporter: Mike Baranczak > Priority: Minor > Attachments: SOLR-17.Mattmann.121709.patch.txt, solr-complex.xml, > solr-rev2.xsd, solr.xsd, UselessRequestHandler.java > > > Attaching an XML schema definition for the responses and the update requests. > I needed to do this for myself anyway, so I might as well contribute it to > the project. > At the moment, I have no plans to write an XSD for the config documents, but > it wouldn't be a bad idea. > TODO: change the schema URL. I'm guessing that Apache already has some sort > of naming convention for these? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.