Downloads
Release notes
6.x-2.0-beta4 is likely the last release in the 6.x-2.x branch. Improvements from the 7.x branch may be backported to a new 6.x-3.x branch. This release contains nearly a year's worth of bugfixes.
#1163520 by jpmckinney: some documents getting missed by indexer.
#1165932 by Ravi.J, jpmckinney: Uncaught exception on MLT block.
#1098860 by jpmckinney: Add apachesolr_cron_check_node_table back to cron.
#881760 by pwolanin: account for http://drupal.org/node/345591
#1141046 by craig_, pwolanin, jpmckinney: Highlight field not used, when setting variable apachesolr_hl_highlight.
#1146054 by pwolanin: Remove unneded & (reference) operators for objects.
#1104456 by jpmckinney, jhedstrom: For show more/fewer links, appendTo .content, instead of to the block itself.
#675262 by kcoop: HTML entities erroneously generated for author names.
#920880 by jpmckinney, mihha: facet_block_callback not propagated.
#783366 by jpmckinney, pwolanin, elliotttf: Synchronize apachesolr_search_browse with apachesolr_search_execute.
#614644 by jpmckinney, pwolanin: Forms attached to Apachesolr search results won't work.
#509982 by jpmckinney: Is our use of menu_alter incompatible with fallback to core search?
#871440 by jpmckinney, elliotttf: Solr taxonomy page displays search form and blocks when the user has no access.
#899590 by jpmckinney, elliotttf: Support indexing of CCK fields that are not facets.
#993476 by jpmckinney, pwolanin: allow arbitrary results per page in the 0-200 range.
#903802 by jpmckinney: BLOCK_CACHE_PER_PAGE conflicts with theme_apachesolr_facet_list.
#882638 by pwolanin, jpmckinney: Clean the text inside indexed tags.
#528086 by pwolanin, jpmckinney: Fix for special html entity search and display bugs.
#864014 by jpmckinney: Current search block doesn't theme apachesolr_date facets properly.
#562214 by ecofinn, wmostry, jpmckinney: Problems with double-encoded ampersands.
#673914 by jpmckinney: Links comments to page containing newest comment, instead of page containing current comment.
#533044 by janusman | jpmckinney: Document that "hijack taxonomy pages" only displays indexed content.
#1099738 by jpmckinney: per_field should be per-field.
#997480 by jpmckinney | davidwhthomas: Facet checkboxes are duplicated following other javascript activity on page.
#1033630 by jpmckinney | Patrizio: Apache Solr node access broken permissions rebuilding.
#979194 by janusman: Missing 'module' element in menu_alter for taxonomy hijack.
#883106 by jpmckinney | pwolanin: move the OR facet code to the finalize hook.
#993448 by pwolanin, scor: get Solr result docs as stdClass instead of Apache_Solr_Document.
#1050000 by pwolanin: More generically prevent calling nodeapi update_index when indexing.
#996800 by pwolanin: Connection strings (host, port, path) should use trim().
#890314 by quaoar: avoid searching twice when using the search block.
#1064782 by jpmckinney: Use module_load_include, module_load_install instead of include_once
#925608 by janusman | jpmckinney: Quick perf improvement: cache term ancestors on indexing
#799890 by tbenice | jpmckinney: Alter search result extra information
#791916 by Network | jpmckinney: Allow facet search block to have children always show
#937328 by Davy Van Den Bremt | pwolanin: Drush support for indexing remaining nodes.
#1060698 by dww | jpmckinney: Always display the current value of apachesolr_cron_limit in the admin UI
#904312 by pounard: Use drupal_get_breadcrumb() not menu_get_active_breadcrumb()
#908252 by katbailey | jpmckinney: Wrap the output of apachesolr_search_view in a theme function
#616888 bangpound: Pass delta to MLT blocks' theme function
#912454 by soyarma: Undefined variable $snippet on line 552
#991444 by Nick_vh: None of start, end, gap should show up as date facets.
#963484 by e-anima: Missing $delta in apachesolr_search_taxonomy_facet_block
#891962 by jurcello, pwolanin: avoid incorrect filter substring matches, emit correct query string.
#949768 by pwolanin: Index more CCK fields by default.
#957652 by aegnor, pwolanin: fix str_replace may remove a substring in filter_extract.
#983458 by craig_: respect apachesolr_read_only setting for mass updates, use defined constants.
#983572 by amateescu, pwolanin: fix for empty filter values causing Solr error.
#925700 by janusman: Changed Quick fix: reduce t() string duplicity.
#910100 by robertDouglass: Changed Make whole $snippets array available to theme layer.