Hi, I am having trouble with XML output:
localhost:8983/solr/collection1/select?q=*.*?wt=xml It is possible to use this schema format in Solr? <result name="response" numFound="11" start="0"> <doc> <str name="name1" ext="extended" last="last"> <doc> So, extending a field with XML childs ext and last? Or it it possible to reformat the XML output with and XSLT processor such as Saxon (http://wiki.apache.org/solr/XsltResponseWriter)? Regards, Bart