Install

Works with Drupal: ^9.2 || ^10.0

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_solr-4.2.7.tar.gztar.gz 3.99 MB
MD5: a220bba405e1f3df723dd641d480544f
SHA-1: d7da7f9bf37989d321fb2cafdf44d4d61848cf27
SHA-256: c94678fc2d8e659eccbac493036ec7e3b29363228fad776eef5c74a08f9a07f8
Download search_api_solr-4.2.7.zipzip 4.6 MB
MD5: 26470374a234b58c1f2a954e41c29f2c
SHA-1: a88ffc04e24224c61658675a8832f6939916614b
SHA-256: f760f0adf167905239f0a7dbbc9e71ea4073dc0491b7f964e999f85e9e262d23

Release notes

Search API Solr 4.x is the unified release that supports 9 and a wide range of Solr versions.

The big changes in 4.x compared to 3.x:

  • semantic versioning
  • compatible to Drupal 9.x
  • We upgraded to solarium 6.2 and therefore require at least PHP 7.3
  • basic support for selected older Solr versions between 3.6 and 5.5 via the new search_api_solr_legacy sub-module
  • jump-start Solr config-sets you could simply copy and deploy on you're Solr sever to create a core or a collection
  • Automated configset upload and collection creation for Solr Cloud using the search_api_solr_admin sub-module

Like Search API Solr Search 8.x-3.x, it supports upgrade paths from any previous 8.x version including Search API Solr Multilingual 8.x-1.x!

BTW there's a new user contributed documentation: https://www.drupal.org/docs/8/modules/search-api-solr

The big changes in 3.x compared to 2.x:

  • We collapsed the features of the Standard Backend, both Multilingual Backends and the "Any Schema" Backend into a one new unified Solr Backend. There's a migration path :-)
  • Mulitisite is back! Select "Clone for Multisite" in an Index' operations, save the Clone Form, export the cloned index config (and probably the server config), deploy the config to a different site, configure a search View as usual, enjoy! ;-)
  • Spellchecking is now configurable like Suggesters. Use the standard filed configuration to decide which fields should feed the spellcheck catalog
  • We now distinguish between NGram and EdgeNGram. Both field types are fully configurable via Drupal config files.
  • Solr 7/8 compatible implementation of index time boosting of terms and documents
  • Configurable MoreLikeThis parameters per index
  • Support for Solr Cloud exclusive features

The big changes in 3.x compared to 1.x:

Important: Since solarium 5.0 and later supports Solr v2 API, the connector settings need to be adjusted when updating from Search API Solr 1.x or 2.x! The "path" must not end with "/solr" but "/" without "solr" because that is the v1 API endpoint!
Your existing configs will be adjusted automatically via an update hook implementation. But if you've overwritten the connection settings (for example in settings.php) you must adjust the path by yourself!

Important: You need to update your Solr config files if you update from any previous version! After deploying the config set to your Solr server(s) you need to re-index your content!

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.

The recommended 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:^4.2.
But if you just download the module it won't work because the required external libraries are not part of this package!

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

You should NOT upgrade to Search API Solr 8.x-2.x or 8.x-3.x first! Just directly upgrade to 4.2.x.

Changes since 4.2.6

Changes since 4.2.5

Changes since 4.2.4

Changes since 4.2.3

Changes since 4.2.2

Changes since 4.2.1

Changes since 4.2.0

Changes since 4.1.12

Changes since 4.1.11

Changes since 4.1.10

Changes since 4.1.9

Changes since 4.1.8

Changes since 4.1.7

Changes since 4.1.6

Changes since 4.1.5

Changes since 4.1.4

Changes since 4.1.3

Changes since 4.1.2

Changes since 4.1.1

Changes since 4.1.0

Changes since 4.0.1

Changes since 4.0.0

Changes since 4.0.0-beta2

Changes since 4.0.0-beta1

Changes since 4.0.0-alpha1

Changes since 8.x-3.9

Created by: mkalkbrenner
Created on: 31 Jan 2022 at 18:54 UTC
Last updated: 31 Jan 2022 at 18:55 UTC
Bug fixes
New features

Other releases