Save This Page
Home » apache-solr-1.3.0 » org.apache.solr » request » [javadoc | source]
org.apache.solr.request
public class: JSONResponseWriter [javadoc | source]
java.lang.Object
   org.apache.solr.request.JSONResponseWriter

All Implemented Interfaces:
    QueryResponseWriter

Field Summary
static  String CONTENT_TYPE_JSON_UTF8     
Method from org.apache.solr.request.JSONResponseWriter Summary:
getContentType,   init,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.solr.request.JSONResponseWriter Detail:
 public String getContentType(SolrQueryRequest request,
    SolrQueryResponse response) 
 public  void init(NamedList n) 
 public  void write(Writer writer,
    SolrQueryRequest req,
    SolrQueryResponse rsp) throws IOException