Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_solr-8.x-2.5.tar.gztar.gz 599.56 KB
MD5: fc0289173947f9afaf05623a603d16d9
SHA-1: 5ef37d4b1cdb3c99766ee8e4c921ba117e725551
SHA-256: caa1a50384260bc78b63e0b7772781fcc7eb9dfb09f75a1d8e97cb9a22a83f70
Download search_api_solr-8.x-2.5.zipzip 771.68 KB
MD5: 3d161fe3883f4960764f3aa25009a540
SHA-1: 53bf277fed870e89580fc25bbcc87c4a09359413
SHA-256: 46f5d9bc122cfd2f532abd119259895ab262817553ed60dc1f1490b4a19e88f6

Release notes

This is the fifth maintenance release of Search API Solr Search 8.x-2.x.

Important: You need to generate and deploy your Solr config files if you update from any prior version!

Important: You might need to adjust the solrcore.properties file to your needs. If you get errors about missing classes you should adjust the solr.install.dir.

Solr 6 and 7, nothing else!

The minimum supported Solr version is 6.4. But due to security issues it's highly recommended that you use at least Solr 6.6.2!

If you use Solr 6.5.x you have to be aware that there's a known issue within Solr itself that always leads to zero results in combination with search_api_autocomplete: #2869529: Autocomplete (and spell checking) is broken on Solr 6.5.x, Solr 6.6 will solve the issue.
Since this bug is fixed in Solr 6.6.0 we declare Solr 6.5.x as unsupported!

As you can see at http://lucene.apache.org/solr/community.html we're in sync with the Solr project. Every version before 6.4 is declared as "End Of Life".

PHP 7 required!

Due to the requirements of the libraries we use we can't support PHP 5 anymore!

The only way to install this module properly is the usage of composer!

To install the module including its dependencies simply change into your drupal directory and run composer require drupal/search_api_solr:^2.5.

Upgrade path for Search API Multilingual Solr Search 8.x-1.x

We created a small guide to describe the required steps.
Unfortunately it's not that easy to implement an automated upgrade path that fits all installations. I already implemented "custom update hooks" that work.
Contact me if the manual guide mentioned above doesn't meet your requirements.

Changes since 8.x-2.4

Created by: mkalkbrenner
Created on: 23 Jan 2019 at 09:47 UTC
Last updated: 15 Feb 2019 at 16:28 UTC
Bug fixes

Other releases