Downloads

Download tar.gz 52.15 KB
MD5: d2db8a7f59e94eeb2bc4b2c0b3400165
SHA-1: b0a10af2edd6dde8c3a19c022225ceb18b42961a
SHA-256: 2ae272409d47369399a1de527478a7bcc989e8c81564a706649e0565c4f8d36f
Download zip 75.21 KB
MD5: 77ba438808e013044c8d628e0407dd8a
SHA-1: 992b062ea59d6bb3508f61e7451af9e9978a7221
SHA-256: b5d1053eb6d40e44d4615b017729169b07b505519f7195fe2e1db67fdd0b68cc

Release notes

  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.
Created by: robertdouglass
Created on: 20 Apr 2008 at 14:20 UTC
Last updated: 20 Apr 2008 at 14:35 UTC
New features
Bug fixes
Unsupported

Other releases