Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Search API

DSpace 7.1 includes an experimental a plugin to support the IIIF Search API. This plugin is designed to work specifically with the Solr OCR Highlighting Plugin and METS/ALTO data. You are welcome to experiment with this plugin. To do so,uncomment the following settings in config/modules/iiif.cfg:

Code Block
languagetext
iiif.search.url = ${solr.server}/word_highlighting
iiif.search.plugin = org.dspace.app.rest.iiif.service.WordHighlightSolrSearch

Once your METS/ALTO data has been added to the solr indexyou have successfully indexed ALTO files using the Solr plugin, you can enable the search API for an a DSpace Item by adding the iiif.search.enabled metadata field. Set the value to true. 

Note
titleIndexing Support

Support for indexing OCR files using the the Solr OCR Highlighting Plugin or other services is not currently provided by DSpace. Institutions will need to develop their own approach to indexing.