Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_solr-8.x-1.0.tar.gztar.gz 188.38 KB
MD5: b9c0e2176fe359edccdb0eaecbb3bc8e
SHA-1: b096571569e8018975a1835fd1b44163c384adca
SHA-256: 1bf9ec848064c76194d6639844f203413c46e8f965f12e4c5c557e59ccb7deab
Download search_api_solr-8.x-1.0.zipzip 238.68 KB
MD5: c41a57e45d67abc151892c76b2a238ce
SHA-1: 2559a2d54867632b2b0fac12e634da3eb820993d
SHA-256: 7292ffcf0a1df919ac86f8a4501ad653fa959500e7f3fd27fc92e0b1a2f998cf

Release notes

After more than 2 years of development, this is the first official release Search API Solr Search 8.x-1.0. The minimum "officially supported" Solr version is still 4.5.1. The latest available Solr version at the moment is 6.6.0 and is supported, too :-)
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.

This release requires at least search_api 8.x-1.2 and drupal 8.3.x!

The only supported way to install this module is the usage of composer.

The most important change that happened during the beta phase was the introduction of SolrConnector classes that allow Solr providers to do their specific adjustments without hacking the Solr backend class anymore. Local and standard installations will be supported by this module out of the box. An corresponding upgrade path is included. For other installations you can check these issues:

If you update an existing installation, the first thing you should do is to deploy the latest Solr config files from the module's solr-conf folder and afterwards delete all the data from the index and start a re-indexing process!

The basic API is considered complete now and the essential stuff works very well, but we still have incomplete features which will be addressed after the final release of 1.0:

Complete list of changes since rc4:

Created by: mkalkbrenner
Created on: 27 Jun 2017 at 16:21 UTC
Last updated: 15 Sep 2017 at 15:09 UTC
Bug fixes

Other releases