Re: Schema.xml definition problem

2013-08-24 Thread Erick Erickson
Solr does not index arbitrary XML, it only indexes XML in a very specific format. You could write some kind of SolrJ program that parsed your XML docs and constructed the appropriate SolrInputDocuments. You could use DIH with some of the XML/XSL transformations, but be aware that the XSLT bits do

Schema.xml definition problem

2013-08-23 Thread Everton Garcia
Hello I want to index the XML below with multivalued fields. What better way to set the schema.xml since there are nested data? Thank you. //String //String //Date //String //Multivalued //First register //String //String //