User: drunkenmonkey Branch: HEAD Date: Sat, 16 Aug 2008 14:29:22 +0000 Modified files: /modules/apachesolr/includes apachesolr_views_integration.views.inc /modules/apachesolr views_variable_query_class.patch Log message: Changed the design of the query->execute() method to directly set the view object attributes instead of returning an array. Reason: Although against good OOP practice, in this case I think the coupling between the two classes is rather strong already, and using the array would just result in more bulky code. Also fixed some issues with paging. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/include... http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/views_v...