Active
Project:
Solr
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 10:36 UTC
Updated:
22 Oct 2008 at 15:42 UTC
loving this module! just a quick thing...
SolrPhpClient/Apache/Response.php line 217 - foreach ($element as $child) {
i have put $values = array(); on the line above to stop the arrays adding onto each other, this was occuring array on array, object on object. So by the 30th results, the taxonomy_name array (for instance) was huge!
joe
Comments
Comment #1
joev commentedComment #2
cfennell commentedConfirmed - I ran into the same issue and applied the same fix - sorry I didn't report this sooner.