search_api_solr 7.x-1.0-rc5
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-rc5.tar.gz | 115.9 KB | 716cceb69688f6c96df1de731d5d390f |
| search_api_solr-7.x-1.0-rc5.zip | 131.78 KB | d2d6bce90ce9ef7747789bc565c635fe |
Release notes
This is the fifth release candidate for the Search API Solr Search module. It includes several bug fixes and new features compared to the RC 4 release. If no new bugs are discovered, this will be the last release candidate, followed by the stable 1.0 release.
Most notably, #1676224: Support Apache Solr 4.0 adds support for Solr 4. Note, however, that Solr 4.3 currently isn't supported yet (see #1992806: What to do about Solr 4.3 incompatibility?). There are no known problems with earlier versions of Solr 4, though, and they add vast improvements compared to Solr 3.x.
Also, #1986284: Update common configs to the latest version changed the config files again, which you should therefore update on your Solr server. (Don't forget to restart the Solr server afterwards.) The changes are backwards-compatible, though, re-indexing is not necessary!
Read moresearch_api_solr 7.x-1.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-rc4.tar.gz | 89.75 KB | 3669bcb63abe3d2e48c658c2497346c8 |
| search_api_solr-7.x-1.0-rc4.zip | 100.41 KB | 9e4695de38ce85263e62ff9e74124e19 |
Release notes
This is the fourth release candidate of the Search API Solr Search module, containing some bug fixes and new features.
Most notably, #1846254: Remove the SolrPhpClient dependency removed the dependency on the SolrPhpClient library. (Note: It's therefore important to run update.php immediately after upgrading the module to this version.) This module can therefore now be enabled like any other module, without installing any third-party libraries. After upgrading to this version, you can safely remove the SolrPhpClient library from your server.
#1897386: Update the common schema changed the used configuration files somewhat. You should therefore replace the configuration files and restart the Solr server. The changes are backwards-compatible, though, re-indexing is therefore not necessary (if you are upgrading from RC3 – upgrades from earlier versions still require a re-indexing, as noted in the RC3 release notes).
Also, #1744250: Support location based search added support for location-based searches. For code using this feature, see #1798168: Major module modifications.
If no new major bugs are reported for this release, a stable 1.0 release will be created soon.
Read moresearch_api_solr 7.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-rc3.tar.gz | 79.76 KB | 5f30102a5c5b126a1222bcaf442c2f83 |
| search_api_solr-7.x-1.0-rc3.zip | 89.08 KB | 29bf2f956ad810b12405f1940da607db |
Release notes
This is the release candidate 3 for the Search API Solr search project. It contains both bug fixes and new features.
The largest change are the new configuration files introduced in #1509380: Adopt common solrconfig.xml and schema.xml files for Apache Solr Search Integration and Search API Solr. To use this release, you will therefore have to replace your Solr's configuration files with the new ones provided with this release, restart the Solr Server and re-index all data.
The advantage is that we are now using the same configuration files as the Apache Solr Search Integration project, making Solr hosting for Drupal easier. However, the indexed data is not compatible. You will still have to use the Search API to index the data you want to search with it.
search_api_solr 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-rc2.tar.gz | 49.62 KB | bb819eefdd0bee503c4713dad659b6ab |
| search_api_solr-7.x-1.0-rc2.zip | 56.05 KB | fe29690a3cb57b0e62ce1f1ebe144352 |
Release notes
This release contains an important security fix. Users of the module are strongly encouraged to update to this version as soon as possible.
If you are using an older version, incorrectly escaped error messages might lead to your site being vulnerable to an XSS attack. Note, however, that this can only occur if you somehow allow users to specify the used internal field identifiers (e.g., through Views exposed sorts or the old (deprecated) Search API Facets module).
search_api_solr 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-rc1.tar.gz | 49.29 KB | 6f16ac2aa7dd9ac19f1b6ebe505b19bf |
| search_api_solr-7.x-1.0-rc1.zip | 55.71 KB | 9de064ce37e74c19e8ead43e3860882e |
Release notes
This version is needed to work with the RC 1 release of the Search API.
The following changes were made since Beta 4:
- #1308638 by drunken monkey: Adapted to new structure of field settings.
- #1308498 by zenlan, drunken monkey: Added flexibility for facet fields.
- #1319544 by drunken monkey: Fixed never delete contents of read-only indexes.
- #1309650 by jonhattan, drunken monkey: Added support for the Libraries API.
search_api_solr 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-beta4.tar.gz | 47.85 KB | 536c9ac7c043049364333f393628c312 |
| search_api_solr-7.x-1.0-beta4.zip | 54.09 KB | 352f78af094c3d188d44c6e8a9f6fa61 |
Release notes
This beta release contains bug fixes as well as some new features, like support for OR facets and for getting result data directly from Solr.
Note: schema.xml and solrconfig.xml were changed, so you will have to update them in your Solr server, restart it and maybe also re-index the data (at least to use all new features).
Read moresearch_api_solr 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-beta3.tar.gz | 41.89 KB | 5c1fa0022438a129b9c8bf91d5ef676c |
| search_api_solr-7.x-1.0-beta3.zip | 47.61 KB | 4ad591095459545d91098ba44a478f83 |
Release notes
The Beta 3 release contains some new bug fixes, as well as new features like "More like this" functionality and spellchecking support.
A complete list of changes:
- #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
- #1153306 by JoeMcGuire, drunken monkey: Added spellchecking support.
- #1138230 by becw, drunken monkey: Added increased flexibility to the service class.
- #1127038 by drunken monkey: Fixed handling of date facets.
- #1110820 by becw, drunken monkey: Added support for the Luke request handler.
- #1095956 by drunken monkey: Added Solr-specific index alter hook.
search_api_solr 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-beta2.tar.gz | 36.93 KB | 588f8a526ee705d42c3f50b3fcc1401e |
| search_api_solr-7.x-1.0-beta2.zip | 41.74 KB | bff30e6eb96d6b40a8ee0a4464f5ccbf |
Release notes
There are a lot of bug fixes in this release. The new features are really only relevant to developers, though, who gain additional possibilities to extend the service class. Following is a complete list of issues fixed:
- #1071894: Boolean facets are handled incorrectly
- #1071796: Add additional help for Solr-specific extensions
- #1056018: Better document Solr config customization options
- #1049900: Field values are sometimes not escaped properly
- #1043586: Allow Solr server URL to be altered
- #1010610: Fix hook_requirements()
- #1024146: Don't use file_get_contents() for contacting the Solr server
- #1010610: Fix hook_requirements()
- #915174: Remove unnecessary files[] declarations from core info files
- #984134: Add Solr-specific query alter hooks
search_api_solr 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.0-beta1.tar.gz | 34.79 KB | cd2a5cd34299ffcfd2eb99efafca3189 |
| search_api_solr-7.x-1.0-beta1.zip | 39.1 KB | 96db87569a30f468c0465d70fdd86051 |
Release notes
Working Solr service backend including support for facets and multi-index searches.
No known bugs or problems.
search_api_solr 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| search_api_solr-7.x-1.x-dev.tar.gz | 116.86 KB | d2370f94049d9be7ab7c58c14bef9be3 |
| search_api_solr-7.x-1.x-dev.zip | 132.69 KB | d49f5d5e919118b45d33b6a0bba254a0 |
Release notes
The current development snapshot for the module, with the newest features and bug fixes, but maybe also more undiscovered bugs than regular releases. Not suitable for production use.