List of usage examples for org.apache.solr.response JSONResponseWriter subclass-usage
From source file runtimecode.RuntimeLibResponseWriter.java
public class RuntimeLibResponseWriter extends JSONResponseWriter { @Override public void write(Writer writer, SolrQueryRequest req, SolrQueryResponse rsp) throws IOException { rsp.add("wt", RuntimeLibResponseWriter.class.getName()); rsp.add("loader", getClass().getClassLoader().getClass().getName());