Posted by pwolanin on January 5, 2010 at 5:10am
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-1.0-rc5.tar.gz | 87.41 KB | b888f3c518a9163e0adeabab42cb92a9 |
| apachesolr-6.x-1.0-rc5.zip | 102.72 KB | 12b024476e728eb0d299a1be160edc62 |
Last updated: December 24, 2010 - 22:28
This release contains several important bug fixes - in particular without the follow-up patch at #630798: Implement cache_apachesolr table, sites may experience significant performance issues due to an extra metadata request being made for every MLT or search request.
Also, the Drupal 7 language-neutral code was change from 'zxx' to 'und', and this module changed to follow suit - if you are using the language facet block with language-neutral content, you may want to reindex to get consistent codes in your index.
changelog entries:
- #630798 by robertDouglass, pwolanin - critical fix for cache_get() calls.
- #672518 by robertDouglass: Fixed Add new trie prefixes to helper function.
- #668396 by pwolanin, closer to fix from #655006 for PHP notices.
- #657648 by kcoop, Add Smaller Limit Options to Apache Solr Cron Indexing.
- #664818 by pounard, robertDouglass, pwolanin fix incorrect watchdog() call.
- #667650 by Dave Reid, Results of apachesolr_process_response() should return absolute URLs.
- #667124 by pwolanin, Use current query not altered query for the breadcrumb.
- #667110 by pwolanin, Replace bogus use of pager_query().
- #666648 by pwolanin, Make hook_apachesolr_update_index() more generic by taking a namespace param also.
- #662232 by pwolanin, use 'und' not 'zxx' for Language neutral per Drupal 7 change.
- #665186 by mkalkbrenner, fix README for Solr 1.4 release.
- #664572 by pwolanin, add schema and core name to admin screen.