As has been said, you can use XSLT with wt=xslt&tr=stylesheet.xsl. You
don't need to use Saxon, unless you need specific (e.g. XSLT 2.0)
features.

You don't say what exts and last actually mean, so it isn't possible to
say whether this can be achieved with XSLT.

Upayavira

On Tue, Mar 12, 2013, at 07:15 PM, jazz wrote:
> 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

Reply via email to