apachesolr 5.x-1.0-beta2

robertDouglass - April 20, 2008 - 14:20
Official release from CVS tag: DRUPAL-5--1-0-BETA2
Download: apachesolr-5.x-1.0-beta2.tar.gz
Size: 52.15 KB
md5_file hash: d2db8a7f59e94eeb2bc4b2c0b3400165
First released: April 20, 2008 - 14:20
Last updated: April 20, 2008 - 14:25
  1. #230402 repairing CCK integration and changing strategy a bit. Now only checkboxes, selects and radio buttons generate facet blocks automatically. Other CCK fields can have facets and facet blocks by implementing hook_apachesolr_cck_field_mappings
  2. #248552 add explicit check for required field nid
    #230377 add results sorting to ApacheSolr. There is now a block that allows you to sort by Title, Type, Author, and Date. The solrsort GET parameter can additionally be used to sort by comment count, uid and nid, as well as any CCK text fields that are indexed. This change requires you to update the schema.xml file in your Solr installation, restart Solr, and re-index your site.
  3. #248882 Fixed problem with indexing when no solr instance available
  4. #248881 Adding hook_requirements so that Solr server status can be monitored more easily by administrator
  5. #247358 created a function, apachesolr_has_searched, that acts a semaphore to only do Solr related stuff if there has been a search (like generate blocks). Fixed form_alter (hacked it, really) so that it doesn't instantiate a Solr object every time the search form is built (like on q=search/node). See the issue for discussion of deeper problem.
 
 

Drupal is a registered trademark of Dries Buytaert.