Package | Description |
---|---|
org.apache.solr.response |
Modifier and Type | Method and Description |
---|---|
void |
BaseResponseWriter.SingleResponseWriter.startDocumentList(java.lang.String name,
BaseResponseWriter.DocListInfo info)
This method is called at the start of processing a
SolrDocumentList . |
void |
BaseResponseWriter.SingleResponseWriter.writeAllDocs(BaseResponseWriter.DocListInfo info,
java.util.List<SolrDocument> allDocs)
Writes out all
SolrInputDocument s . |