apachesolr 7.x-1.0-beta19
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta19.tar.gz | 161.08 KB | 1c3490b5a29e116f31e589c69d6cb1af |
| apachesolr-7.x-1.0-beta19.zip | 182.91 KB | 17d504d94acbc62ed3d1d9cc0b3e73d8 |
Release notes
Urgent bug fix for deleting of nodes
Issue #1515580 by Nick_vh | yannou: Fixed Deleting node is impossible, stdClass problem.
apachesolr 7.x-1.0-beta18
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta18.tar.gz | 160.7 KB | a98b423cc213a4bcf00487ee81ed5c12 |
| apachesolr-7.x-1.0-beta18.zip | 182.55 KB | 079325dbfb53762a6749d7eaf29035be |
Release notes
New beta because there was a severe mistake in the apachesolr_entity_update/delete. Please discard beta17 as it is non-functioning
Apache Solr integration 7.x-1.0-beta18, 2012-04-04
------------------------------
#1514314 by Nick_vh, Georgique: Fixed Error in apachesolr_entity_update() Follow-up.
#1514314 by Nick_vh, Georgique: Fixed Error in apachesolr_entity_update().
apachesolr 7.x-1.0-beta17
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta17.tar.gz | 160.7 KB | bda9db3ddcb4680172b43439163f0e8d |
| apachesolr-7.x-1.0-beta17.zip | 182.53 KB | 3cd6577367b9d0f19a33ae1b52d6878e |
Release notes
Hopefully the last beta that we'll see for this project.
This version has some API changes :
- Multiple status callbacks are possible now
- hook_apachesolr_delete_by_query_alter was introduced
Commit log :
#1509790 by Nick_vh: Fixed Status is not checked when a reindex is initiated.
#1476228 by ygerasimov: Fixed Items to index determined not correct.
#1477732 by ygerasimov: Fixed apachesolr_index_entities() sets index position that leads to cycle.
#1508434 by lazysoundsystem, Nick_vh: Fixed whitespace problem.
#1481326 by Nick_vh | milesw: Fixed Queries run twice after submitting search forms on a custom search page.
#1502088 by Nick_vh | sanpi: Fixed Missing Search dependency for Apache Solr framework.
#1498490 by Nick_vh, milesw: Fixed Menu paths for custom search pages are broken when exported as features.
#1475010 by Nick_vh: Fixed Date filtering to minute returns faulty results.
#1469484 by Nick_vh, Josh Waihi: Fixed Limit select queries when checking index node table to prevent memory overload.
#1442358 by johnennew, Nick_vh: Fixed Nodes not queued to be removed from index when unpublished.
#1456368 by Nick_vh, pwolanin: Fixed Entities not removed when excluded, unnecessary re-indexing.
#1470042 by klaasvw: Fixed Existing node table error on drupal update.
#1458696 by Nick_vh | m1r1k: Fixed Apache Solr bug with re-index.
apachesolr 6.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-3.0-alpha1.tar.gz | 158.88 KB | a00d844eb9e1be43be9f98b99109af9d |
| apachesolr-6.x-3.0-alpha1.zip | 180.79 KB | 05a9f67110ca8f355eff3506a929d215 |
Release notes
Hurray Hurray the first alpha version of apachesolr 6.x-3.x is here!
What's new? Everything! This version is a 1:1 backport from the 7.x version. The benefit of this is that it ships with exactly the same API functions and multisite is now a possibility.
Commit log for this version :
#1509790 by Nick_vh: Fixed Status is not checked when a reindex is initiated.
#1476228 by ygerasimov: Fixed Items to index determined not correct.
#1477732 by ygerasimov: Fixed apachesolr_index_entities() sets index position that leads to cycle.
#1481326 by Nick_vh | milesw: Fixed Queries run twice after submitting search forms on a custom search page.
#1502088 by Nick_vh | sanpi: Fixed Missing Search dependency for Apache Solr framework.
#1491564 by alekas: Fixed Doesn't exist query in table apachesolr_index_entities_node().
#1494448 by Nick_vh: Fixed Some troubles while upgrading apachesolr 6.x-1.x to 6.x-3.x.
#1423580 by rjbrown99: Fixed Class 'ApacheSolrDocument' not found.
#1485404 by gnucifer: Fixed Ctool plugin definitions.
#1473324 by snufkin, Nick_vh: Fixed Pager doesn't get initialized.
#1480274 by Nick_vh: Fixed Wrong table is used for vocabulary name.
#1475010 by Nick_vh: Fixed Date filtering to minute returns faulty results.
#1473302 by Nick_vh: Fixed Blocks don't show up under the search results.
#1471766 by snufkin, Nick_vh: Fixed the simpletests.
apachesolr 7.x-1.0-beta16
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta16.tar.gz | 157.72 KB | 869a61765aefb861333711240182c8c5 |
| apachesolr-7.x-1.0-beta16.zip | 179.49 KB | 9913e2088cced3459ca0a07991d4a03e |
Release notes
Changes since 7.x-1.0-beta15:
Read moreapachesolr 7.x-1.0-beta15
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta15.tar.gz | 154.61 KB | 08e5db9318d82f7fe54f4cc386ca2d5f |
| apachesolr-7.x-1.0-beta15.zip | 176.33 KB | 56ec5ceea05a2452cddc26c416879119 |
Release notes
Small update problem from Beta13 to beta14 so we are deprecating beta14 in favor of beta15. Complex? Just take the last beta.
This beta includes the multi-entity patch that came a very long way.
Also noticeable for developers is that hook_apachesolr_update_index is now deprecated and is replaced by hook_apachesolr_index_document_build or for specific entity types : hook_apachesolr_index_document_node / hook_apachesolr_index_document_MY_ENTITY_TYPE
Issue #1397526 by Nick_vh, cpliakas: Add an option to select which search page facets link to when displayed on non-search pages. Follow-Up small bugfix
Issue #1397138 by Nick_vh: Create Simpletests to verify base functionality of the module.
Issue #1402688 by Nick_vh: Fixed Upgrade from Beta13 to Beta14 does not take the excluded types into account properly.
apachesolr 7.x-1.0-beta14
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta14.tar.gz | 151.52 KB | 6da7499be14e90dc0207fc0b14f00edb |
| apachesolr-7.x-1.0-beta14.zip | 170.7 KB | 452e77aff3aa3341246d90c9c74a50f8 |
Release notes
This beta includes the multi-entity patch that came a very long way.
Also noticeable for developers is that apachesolr_update_index is now deprecated and is replaced by hook_apachesolr_index_document_build or for specific entity types : hook_apachesolr_index_document_node / hook_apachesolr_index_document_MY_ENTITY_TYPE
Please read the API docs through and make changes to your project as needed.
#1397526 by Nick_vh, cpliakas: Add an option to select which search page facets link to when displayed on non-search pages.
#713142 by ygerasimov, pwolanin, Nick_vh: Added configuration option to a search environment if we want to use Dismax or EDismax.
#1379128 by Nick_vh, bdragon: Fixed Treat cardinality=1 fields as single-value + caching stats response - Follow up.
#370855 by Damien Tournoud, Nick_vh: Add configuration option to a search page if we allow user input using the url or not.
#1392940 by Nick_vh | pwolanin: Create a 3.x solrconfig.xml that sets luceneMatchVersion.
#1031250 by EugenMayer, Nick_vh: Added an option to index as another user instead of only anonymous.
#1388498 by Nick_vh | pwolanin: Remove s (sortable) fields from schema.xml.
#1379128 by Nick_vh, bdragon: Fixed Treat cardinality=1 fields as single-value + caching stats response.
#1361422 by Nick_vh: Fixed coder issues as mentioned by the drupal testing bot.
apachesolr 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-3.x-dev.tar.gz | 159.78 KB | f0da29a95f49bc462c1c352bd6f2d41d |
| apachesolr-6.x-3.x-dev.zip | 181.6 KB | b653f50b578291cfe70ceaa7a8a9231c |
Release notes
Straight backport of the 7.x-1.x branch. Work in progress - Fully unstable!
apachesolr 7.x-1.0-beta13
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta13.tar.gz | 133.53 KB | 18f1aebdbccf0adc296cbbd197973e7c |
| apachesolr-7.x-1.0-beta13.zip | 151.75 KB | ab12dca067a9fe465d22cfbda129a75c |
Release notes
Changes since 7.x-1.0-beta12:
apachesolr 7.x-1.0-beta12
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta12.tar.gz | 133.42 KB | a44d2c3455a0105088a8783fc6d4797e |
| apachesolr-7.x-1.0-beta12.zip | 151.65 KB | 7d5544729675d682ae7304422700a83b |
Release notes
Changes since 7.x-1.0-beta11:
Read moreapachesolr 7.x-1.0-beta11
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta11.tar.gz | 130.16 KB | 020614f8d9a710263aa3f641264b35bb |
| apachesolr-7.x-1.0-beta11.zip | 148.49 KB | c86d61856df04602eede8e2a8edfc684 |
Release notes
Changes since 7.x-1.0-beta10:
Read moreapachesolr 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-1.6.tar.gz | 95.69 KB | 29ef070e590094c15a57eb444235c35a |
| apachesolr-6.x-1.6.zip | 110.69 KB | 2f20e3ccf3686e11ee4c19fe7e1bbab5 |
Release notes
Changes since 6.x-1.5:
- #1097976 by Nick_vhy: Fixed wt=xml for Solr 3.x compatibility when viewing admin files.
- #1309252 by kevin.dutra, lazysoundsystem | gateway69: Fixed Undefined Index: ts_vid_names() in Apache_Solr.
- #901376 by LiuShaz: insure UTF-8 encoding is used for POST searches.
- #1224748 by pwolanin, David Lesieur: fix nodeapi params.
- #1224748 by pwolanin: prevent fatal error on hook cron by omitting nodeapi params.
- #1188824 by craig_: skip apachesolr_cron if in read-only mode.
- #1186830 by jp.stacey: db_rewrite_sql on term_hierarchy can lead to invalid SQL.
apachesolr 7.x-1.0-beta10
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta10.tar.gz | 127.01 KB | c164f285df3e1a64d2fac236482c0972 |
| apachesolr-7.x-1.0-beta10.zip | 144.69 KB | 1356d94a1bbc55dbabb14267bbbe002e |
Release notes
This is a minor bugfix release to address issues identified in beta9 or other minor pre-existing bugs.
Changes since 7.x-1.0-beta9:
- #1312718 by pwolanin: fix for menu rebuild problems when installing apachesolr_search.
- #1134610 by pcambra, JoeMcGuire, Ravi.J: schema support for ctools export of settings.
- #1314664 by Nick_vh, brianV: fix for Search pages completely ignore the title set in the configuration.
- #1314260 by Nick_vh: Fixed hook_apachesolr_query_prepare() not correctly documented.
- #1313698 by Nick_vh, denikin: Fixed Support for search of multiword content in facets/fields .
- #1309572 by Nick_vh: Fixed Creating new search page gives error when trying to find the search page variable.
- #1204480 by Nick_vh | chriscalip: Fixed Please update apachesolr.api.php naming convention from HOOK_ to hook_.
- #1212610 by Nick_vh: Fixed Notice: Undefined index: module in apachesolr_search_form_search_form_alter().
- #1309564 by Nick_vh: Fixed Simplifying syntax between isset and empty for search_box() in custom page.
apachesolr 7.x-1.0-beta9
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta9.tar.gz | 126.4 KB | a38ed59f08882f9e10602e9bad554790 |
| apachesolr-7.x-1.0-beta9.zip | 144.08 KB | aa8ed157f2a04014e76219c6a5706e2a |
Release notes
This release includes some significant reworking of the admin pages and custom search page functionality, and removal of the apachesolr_taxonomy module (replaced by search page functionality).
feedback appreciated.
Changes since 7.x-1.0-beta8:
Read moreapachesolr 7.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta8.tar.gz | 111.16 KB | 3bff40ac4af1aa52c20db537fc2f82ef |
| apachesolr-7.x-1.0-beta8.zip | 128.41 KB | a4b99497cac0d8dcbcdf223392679aca |
Release notes
Quick bugfix release for two regressions
Changes since 7.x-1.0-beta7:
apachesolr 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-2.0-beta5.tar.gz | 111.83 KB | 6bc64e5c88fdbd1e191b674357eef1b0 |
| apachesolr-6.x-2.0-beta5.zip | 129.14 KB | 27c29f31246f72fca422f54101353480 |
Release notes
Quick fix for bug that was preventing cron from running: #1173696: Fix apachesolr_nodeapi_mass_delete and apachesolr_nodeapi_mass_update..
apachesolr 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-2.0-beta4.tar.gz | 111.81 KB | 1db716e4f711329d55bc35a5122c78ca |
| apachesolr-6.x-2.0-beta4.zip | 129.1 KB | 90f343e06d6046fba765102424485c65 |
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.
apachesolr 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-1.5.tar.gz | 94.32 KB | 5dccb1fc3ce0edea8150f4556b21b031 |
| apachesolr-6.x-1.5.zip | 109.32 KB | 3b22d5c69edffd75a1796519c796090d |
Release notes
Fixes for 2 serious bugs, including search block regression introduced in 6.x-1.3.
Changes since 6.x-1.4:
apachesolr 7.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-7.x-1.0-beta7.tar.gz | 111.16 KB | 72236fdb46a0da6dab667d892a5fcc32 |
| apachesolr-7.x-1.0-beta7.zip | 128.45 KB | d4e2ce3cc8b78bb82292422ad3fa9903 |
Release notes
Important: you must update to facetapi 7.x-1.0-beta2 at the same time.
Changes since 7.x-1.0-beta6:
Read moreapachesolr 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| apachesolr-6.x-1.4.tar.gz | 94.15 KB | c5998cc0ea6efa0a430b268e8c75c158 |
| apachesolr-6.x-1.4.zip | 109.1 KB | deaf07915f64bf6268ec9c4a78ad4c34 |
Release notes
Changes since 6.x-1.3:
- #881760 by pwolanin: remove status messages that are now supplied by Drupal core.
- define an API version string
- #761990 by jhedstrom, pwolanin: switch to POST for long search ULRs.
- #1097988 by jpmckinney, pwolanin: minor config fixes, including Avoiding warning "No queryConverter defined"
- #1163612 code comment cleanup
- #1084332 by pwolanin, elliotttf: follow-up to add missing apachesolr.make
- #1141046 by craig_: fix variable name for highlighting
- #1146054 Remove unneded & (reference) operators for objects
Note that with #881760, you may see some errors if (for some reason) you are using Drupal 6 core before 6.17.