Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.

Apache Solr is a standalone enterprise search server with a REST-like API: The documents are sent in for indexing via JSON, XML, CSV or binary over HTTP. The search queries are sent via HTTP GET and the results are received in JSON, XML, CSV or binary form.

Apache Solr uses the Lucene library and is:

  • Scalable – Solr scales by distributing work (indexing and query processing) to multiple servers in a cluster.
  • Ready to deploy – Solr is open source, is easy to install and configure, and provides a preconfigured example to help you get started.
  • Optimized for search – Solr is fast and can execute complex queries in subsecond speed, often only tens of milliseconds.
  • Large volumes of documents – Solr is designed to deal with indexes containing many millions of documents.
  • Text-centric – Solr is optimized for searching natural-language text, like emails, web pages, resumes, PDF documents, and social messages such as tweets or blogs.

(from Chapter 1 of Solr in Action)

Magnolia's Solr-based search capability is provided by the Solr module (full name Magnolia Solr Search Provider module), which consists of the following three key submodules:

  • Content Indexer - indexes Magnolia workspaces. It can also crawl a published website.
  • Search Provider - provides templates for displaying Solr search results on a site and faceted search components.
  • Solr Workbench - provides a Solr container for list, search and thumbnail views in content apps.

For installation, configuration information and Solr module release notes please see the Solr module page tree.

Further resources