The Solr module (full name Magnolia Solr Search Provider Module) allows you to use Apache Solr, a standalone enterprise-grade search server with a REST-like API, for indexing and crawling Magnolia content, especially if you need to manage assets in high volumes (100,000+ DAM assets).

For a brief overview of Solr's main features see the Solr search page. For module compatibility with Apache Solr and module release notes see the Solr module release notes page.

Module structure

The module (parent) consists of five submodules. The first two – Content Indexer and Solr Search Provider – are required for correct functioning of the Solr search feature. 

artifactIDDescription

magnolia-solr-search-provider-parent

Parent reactor.

magnolia-content-indexer

Indexes Magnolia workspaces. It can also crawl a published website.

magnolia-solr-search-provider

Provides templates for displaying Solr search results on a site and faceted search components.

magnolia-solr-workbench

Provides a Solr container for list, search and thumbnail views in content apps.

magnolia-solr-search-provider-bundle

A bundle containing the Content Indexer, Search Provider and Solr Workbench modules, together with third-party libraries and sample Solr configuration files managed-schema and solrconfig.xml.

magnolia-solr-uninstall

For the removal of the old, pre-2.0 version of the Content Indexer module and Solr module configuration.

Version 2.0 of the Solr module didn't support migration from the older version. The older version had to be uninstalled first.

Installing

Maven is the easiest way to install the modules. Add the following dependencies to your bundle:

<dependency>
  <groupId>info.magnolia.solr</groupId>
  <artifactId>magnolia-content-indexer</artifactId>
  <version>5.2.5</version>
</dependency>

<dependency>
  <groupId>info.magnolia.solr</groupId>
  <artifactId>magnolia-solr-search-provider</artifactId>
  <version>5.2.5</version>
</dependency>

<dependency>
  <groupId>info.magnolia.solr</groupId>
  <artifactId>magnolia-solr-workbench</artifactId>
  <version>5.2.5</version>
</dependency>

Pre-built JARs are also available for download. See Installing a module for help.

If you install with JAR files, include the dependent third-party libraries.

Solr Search Provider bundle

The Content Indexer, Search Provider and Solr Workbench submodules are available in a bundle which also contains a sample configuration set and some third-party libraries such as crawler4j or SolrJ:

  • magnolia-solr-search-provider-bundle-5.2.5.zip

    magnolia-solr-search-provider-bundle-5.2.zip
    ├── commons-math3-3.6.1.jar
    ├── crawler4j-4.1.jar
    ├── je-5.0.73.jar
    ├── LICENSE.txt
    ├── lidalia-slf4j-ext-1.0.0.jar
    ├── magnolia-content-indexer-5.2.jar
    ├── magnolia-solr-search-provider-5.2.jar
    ├── magnolia-solr-workbench-5.2.jar
    ├── noggit-0.8.jar
    ├── NOTICE.txt
    ├── README.txt
    ├── sample-solr-config-files
    │   ├── managed-schema
    │   └── solrconfig.xml
    ├── solr-solrj-7.3.0.jar
    ├── stax2-api-3.1.4.jar
    ├── woodstox-core-asl-4.4.1.jar
    └── zookeeper-3.4.11.jar
    

Configuration

For the installation information about Apache Solr server and for further configuration details see the following pages:

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))