Class XSLTResponseWriter

java.lang.Object
org.apache.solr.scripting.xslt.XSLTResponseWriter
All Implemented Interfaces:
QueryResponseWriter, TextQueryResponseWriter, NamedListInitializedPlugin

public class XSLTResponseWriter extends Object implements TextQueryResponseWriter
Customize the format of your search results via XSL stylesheet applied to the default XML response format.

QueryResponseWriter captures the output of the XMLWriter (in memory for now, not optimal performance-wise), and applies an XSLT transform to it.