Download Size md5 hash
apachesolr-6.x-1.0-rc4.tar.gz 86.67 KB 6b6394951db9894280edc6eab9a6cdd5
apachesolr-6.x-1.0-rc4.zip 101.77 KB 293b95d303b8e8e93f4327132fa30be7
Official release from tag: 6.x-1.0-rc4
Last updated: December 24, 2010 - 22:28

Important notes

If you are upgrading from an earlier version:

You must update to r22 of the client PHP module in order to use this version of the module. Do this by deleting the SolrPhpClient directory that is currently in the apachesolr module, and using svn to get the right one to replace it:

svn export -r22 http://solr-php-client.googlecode.com/svn/trunk/ SolrPhpClient

Apache Solr Search Integration 6.x-1.0-RC4, 2009-12-17
------------------------------

  • #528086 by pwolanin, better (but still problematic) handling of entities.
  • #662232 by pwolanin, index zxx as the Language neutral code.
  • #661952 by pwolanin, fix no results help text for dismax syntax.
  • #348668 by pwolanin, add indexing of the 'node' entity string.
  • #641954 by anarchivist, swentel, pwolanin, update schema.xml.
  • #401234 by mkalkbrenner, janusman, and pwolanin, reflect hierarchical taxonomy vocabulary in facets.
  • #650534 by Scott Reynolds, don't use c.last_comment_timestamp unless comment module enabled.
  • #655006 by Scott Reynolds and pwolanin, prevent PHP notices around constants.
  • #641452 by robertDouglass, prevent admin from trying to re-index when in read-only mode.
  • #638572 by robertDouglass fix taxonomy facet sorting.
  • #562458 by janusman, fix typo preventing menu_rebuild regarding taxonomy hijack.
  • #628080 by pwolanin, update to use Solr PHP library r22 and check for it in hook_requirements.
  • #630798 by joshk, robertDouglass make cache_apachesolr table to facilitate better memcache utilization.
  • #621922 by robertDouglass make the "Show more" js more robust.
  • #576040 by robertDouglass use Drush to download the SolrPhpClient: drush solr phpclient
  • #570476 by robertDouglass add initial Drush support with commands drush solr delete index and drush solr reindex.
  • #612024 by pwolanin, Add method to allow requests to additional Solr servelets.
  • #611670 by pwolanin, Allow modules to abort the building of documents for indexing.
  • #610656 by pwolanin, Don't request facets for non-enabled modules.