Uses of Class
org.apache.solr.response.BaseResponseWriter.DocListInfo

Packages that use BaseResponseWriter.DocListInfo
org.apache.solr.response   
 

Uses of BaseResponseWriter.DocListInfo in org.apache.solr.response
 

Methods in org.apache.solr.response with parameters of type BaseResponseWriter.DocListInfo
 void BaseResponseWriter.SingleResponseWriter.startDocumentList(String name, BaseResponseWriter.DocListInfo info)
          This method is called at the start of processing a SolrDocumentList.
 void BaseResponseWriter.SingleResponseWriter.writeAllDocs(BaseResponseWriter.DocListInfo info, List<SolrDocument> allDocs)
          Writes out all SolrInputDocuments .