Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_solr-8.x-1.0-alpha4.tar.gztar.gz 144.12 KB
MD5: dc04d999d314d4773ec435c525793734
SHA-1: 2b2493705cdbdefa56b0dfcb17b3c5d1bcc0f373
SHA-256: 551b3ebd54c2a946c194db46448f6d5270a4856d6055862a9b2ab452d4fcd8be
Download search_api_solr-8.x-1.0-alpha4.zipzip 175.13 KB
MD5: 8fc8d0429a7390316ce57ee26cb960ce
SHA-1: 267edc92109391c9c9c9a419404b645cf6999d92
SHA-256: fabffb3e6b1f2322f2980bade24cb1422a0bbc8897108bf29b9086c76a9a8e8b

Release notes

This is the Alpha 4 release of the Search API Solr Search module's D8 version. It's the first release that supports Solr 6. The support for Solr 3.x has been dropped. The minimum "officially supported" version is Solr 4.5.1.

It requires search_api 8.x-1.0-alpha15.

There are two major changes you need to be aware of and that might break custom code. At least you need to re-index all your content to get search results!
The first change affects the field names within Solr that are simplified compared to the last release, see #2699787: review name of solr field.
The second major change is that the default query parameter turned from 'AND' to 'OR' to be compatible with newer Solr versions from 5.5.0 and above, see #2721613: Amount of search results with Solr 5.5.x and 6.x differ from 5.4.1 and earlier.

We tried to implement some magic for the transition. But if you encounter any strange issues, the first thing you should do is to deploy the latest Solr config files from the module's solr-conf folder and afterwards delete the all data from the index and start a re-indexing process!

Complete list of changes:

Created by: mkalkbrenner
Created on: 23 May 2016 at 21:05 UTC
Last updated: 8 Jul 2016 at 14:40 UTC
Bug fixes
New features

Other releases