User: mtwesley Branch: HEAD Date: Mon, 30 Mar 2009 23:29:46 +0000 Modified files: /modules/xc/xc_oaiharvester xc_oaiharvester.module /modules/xc/xc_solr xc_solr.module Log message: Remove unnecessary module dependencies: - changed xc_solr_commit() to xc_solr_xc_commit() - xc_solr_optimize() to xc_solr_xc_optimize() **we can work out the specific hooks and operations later, but for now, it would be nice to not be forced to have XC Solr enabled in order to harvest or store Added locations to Solr module: - xc_solr_xc_locations() creates a location in the Drupal Toolkit where metadata can be stored to or retrieved from - also updated xc_solr_xc_store() to reflect this and store only when $location == 'solr' **to clear confusion, see _xc_store(), as it stores to all locations by default and calls xc_location_get_names() which fetches all locations. so it will be stored in solr by default. but this is good since it allows you to also specifically store to solr. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/xc/xc_oaiharvester... http://cvs.drupal.org/diff.php?path=contributions/modules/xc/xc_solr/xc_solr...