Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_solr-8.x-2.6.tar.gztar.gz 599.61 KB
MD5: e72746137e84fcde410e8b1ec0b9355e
SHA-1: 29857f27b9dc9a9d504102b566913aba2e50a47a
SHA-256: 59402de82834ee9521be89025c5fc1a305b7108da80a89cf25d311f0046929df
Download search_api_solr-8.x-2.6.zipzip 771.68 KB
MD5: 82f0dea600609da61e549a3cb4e3d902
SHA-1: 4b412d1d9cc0c9ddec46a642d4262b6c2adcc4e2
SHA-256: 320b10e1f195ae346ae9679dde76d3049d76a9c4e8019fe6d12607c778093d1b

Release notes

This is the sixth 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 any version before 8.x-2.5!

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.6.

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

We recommend to wait for the 8.x-3.0 of this module. But for those who can't wait 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.5

Created by: mkalkbrenner
Created on: 15 Feb 2019 at 16:24 UTC
Last updated: 29 Mar 2019 at 17:43 UTC
Bug fixes

Other releases