Class XSLTResponseWriter

  • All Implemented Interfaces:
    QueryResponseWriter, NamedListInitializedPlugin

    public class XSLTResponseWriter
    extends Object
    implements QueryResponseWriter
    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.