Package org.apache.solr.scripting.xslt
XSLT related classes.
-
Class Summary Class Description XSLTResponseWriter Customize the format of your search results via XSL stylesheet applied to the default XML response format.XSLTUpdateRequestHandler Send XML formatted documents to Solr, transforming them from the original XML format to the Solr XML format using an XSLT stylesheet via the 'tr' parameter.