Solr module for Omeka S

This module provides a Search adapter for Solr.

Features

  • Search among items and item sets

  • Highlighting (show fragments of documents that match the user’s query)

  • Customizable facets and sort options

  • Customizable mappings

  • Extensible by other modules:

    • Custom transformations (modifications applied to a value before being added to a Solr document)

    • Custom value extractors (make module-specific data related to resources available to the indexer)

    • Solr documents can be altered right before being sent to Solr

    • Solr query can be altered right before being sent to Solr

  • Compatible with the module Group (can return private resources if they belong to user’s groups)

User documentation

Developer documentation