suggestion
joev - October 15, 2008 - 10:36
| Project: | Solr |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
#2
Confirmed - I ran into the same issue and applied the same fix - sorry I didn't report this sooner.