Downloads
Download tar.gz
93.73 KB
MD5: 1c5ef114c8c08fcbb0ab3452a02e049d
SHA-1: 2ae36b1b3fdc03b0a9a16f4e013a42c389b5bbfa
SHA-256: d7741abe1821ffb70550705f9fac267d00db22614d1ecf653c083bced6d5ba8b
Download zip
108.44 KB
MD5: 6e4b43bb7ebe0e9fde5be61a5b0d8d2e
SHA-1: 58b8161e4bb67adcb5939a131f5dd5635eec0dda
SHA-256: 0d18d4a9653fa53d53d900251074ee00e947c11bc061cd866a8d1815ba6f5c41
Release notes
Note - the schema.xml has minor changes and a new protwords.txt file in included. All the configuration files on your sever should be updated and the Solr core reloaded or the servlet container restarted. You will need to re-index your content to take full advantage of the changes from #528086: html entities are not properly handled on search/display.
Note also that search result documents are new returned as stdClass objects, which could affect some custom code.
Changes since the last release:
- #920482 by jpmckinney: $info_split['date'] template variable should contain changed, not created, date.
- #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.
- #1084332 by pwolanin, elliotttf: replace drush command with drush make file to get Solr php library.
- #993476 by jpmckinney, pwolanin: allow arbitrary results per page in the 0-200 range.
- #891962 by Network, pwolanin: Solr_Base_Query->parse_filters() causes filters to disappear when using or search on taxonomy id's.
- #903802 by jpmckinney: BLOCK_CACHE_PER_PAGE conflicts with theme_apachesolr_facet_list.
- #882638 by pwolanin, jpmckinney: Clean the text inside indexed tags.
- #864146 by pwolanin: When moving fq to q.alt, we should parenthesize each fq.
- #562214 by ecofinn, wmostry, jpmckinney: Problems with double-encoded ampersands.
- #533044 by janusman | jpmckinney: Document that "hijack taxonomy pages" only displays indexed content.
- #1033630 by jpmckinney | Patrizio: Apache Solr node access broken permissions rebuilding.
- #979194 by janusman: Missing 'module' element in menu_alter for taxonomy hijack.
- #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 elliotttf, pwolanin: use trim on host, port, path.
- #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
- #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: Wrap the output of apachesolr_search_view in a theme function
- #616888 bangpound: Pass delta to MLT blocks' theme function
- #991444 by Nick_vh: None of start, end, gap should show up as date facets.
- #528086 by pwolanin: Fix for special html entity search and display bugs.
- #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.
- #949768 by pwolanin: Index more CCK fields by default.
- #925700 by janusman: Changed Quick fix: reduce t() string duplicity.
- #899560 by robertDouglass: Fixed apachesolr_do_query() has to take $params by reference.
- #885950 by pwolanin, csevb10 preserve added/removed filters when filterstring is re-parsed.