Install

Works with Drupal: ^9.1

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 3.98 MB
MD5: 442dd88ad9339f5e7cd46167b2d53ea0
SHA-1: ab4a7644adaf73d0cfd48ecdc5d2b7ca06344758
SHA-256: 40a7c0fa9ce56d5611cf56fcca9e50f6876cdebd82a44b3ddba9e9dd8df95139
Download zip 4.58 MB
MD5: fbc335f641fb6e764b3ab0ce0e78e23a
SHA-1: afcfe144fd7d5ac2f8759d4b910be00dbb7974f8
SHA-256: ab0c29e910c9e12b2f492af73ee3741e6405514096d38ffd75fccebf4f6e6212

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.1 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.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: 9 Dec 2021 at 11:29 UTC
Last updated: 9 Dec 2021 at 11:29 UTC
Bug fixes
New features
Insecure
Insecure
Unsupported

Other releases