Example #1
0
 public static function get200ResponseWithDocuments($createDocuments = true, $collapseSingleValueArrays = true)
 {
     return new Apache_Solr_Response(Apache_Solr_HttpTransport_ResponseTest::get200ResponseWithDocuments(), $createDocuments, $collapseSingleValueArrays);
 }