User: jacobsingh Branch: DRUPAL-6--1 Date: Tue, 18 Nov 2008 16:37:34 +0000 Added files: /modules/apachesolr Drupal_Apache_Solr_Service.php Modified files: /modules/apachesolr Solr_Base_Query.php apachesolr.module apachesolr_search.module Log message: Major overhaul of APIs. Primarilly, we moved the get_fields_in_index to a new class Drupal_Apache_Solr_Service which extends the old Service class. This makes a lot more sense, but is almost certain to break many contrib modules, etc. Since we are working towards a 1.0 release, there is probably additional refactoring to consider, so please try to write tests, and forgive us as we make this a more extendable platform. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/Drupal_... http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/Solr_Ba... http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/apaches... http://cvs.drupal.org/diff.php?path=contributions/modules/apachesolr/apaches...