| java.lang.Object org.apache.solr.request.XSLTResponseWriter
XSLTResponseWriter | public class XSLTResponseWriter implements QueryResponseWriter(Code) | | QueryResponseWriter which captures the output of the XMLWriter
(in memory for now, not optimal performancewise), and applies an XSLT transform
to it.
|
CONTEXT_TRANSFORMER_KEY | final public static String CONTEXT_TRANSFORMER_KEY(Code) | | |
DEFAULT_CONTENT_TYPE | final public static String DEFAULT_CONTENT_TYPE(Code) | | |
TRANSFORM_PARAM | final public static String TRANSFORM_PARAM(Code) | | |
XSLT_CACHE_DEFAULT | final public static int XSLT_CACHE_DEFAULT(Code) | | |
getTransformer | protected Transformer getTransformer(SolrQueryRequest request) throws IOException(Code) | | Get Transformer from request context, or from TransformerProvider.
This allows either getContentType(...) or write(...) to instantiate the Transformer,
depending on which one is called first, then the other one reuses the same Transformer
|
|
|