Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want the XML schemas defining what elements can appear where in solrconfig and schema XML files, for some IDE completion help, and also to handwrite some config, instead of copy pasting from the net where there is some mixed content for many solr versions. I'm using Solr 3.3 (which has Lucene 3.3 under it).

I cannot find it in the svn, or anywhere else for that matter. Maybe Lucene has the XSD for the schema.xml which looks a lot like mapping to a document in lucene.

share|improve this question

1 Answer

up vote 0 down vote accepted

Take a look at the patch attached to this issue.

share|improve this answer
Thanks, while this is close to what I'm looking for, I fear it is inferred from the XML file using inference tool (I also did this with XSDInferance). I'm marking your answer right, I still want the Dev-written one, if it is available at all. – Zasz Aug 18 '11 at 8:02
It has some 96 global elements, and does not tell which goes inside what. At all. – Zasz Aug 18 '11 at 10:27
@Zasz: there isn't a "dev-written one" because it's rather loose to be totally useful. If the patch isn't good enough, improve it and attach it to the JIRA issue. – Mauricio Scheffer Aug 18 '11 at 12:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.