Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1706 (pull request DSpace#2222)
Browse files Browse the repository at this point in the history
[DSC-1706]

Approved-by: Giuseppe Digilio
  • Loading branch information
Simone-Ramundi authored and atarix83 committed May 29, 2024
2 parents 2e1c223 + 0cd3d5d commit 1cc78a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dspace/config/modules/iiif.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ iiif.image.server = http://localhost:8182/iiif/2/
# Base URL of the search service used to support the (experimental) IIIF Search
# capability. The actual path will depend on how search is being supported.
# This example uses the solr plugin https://dbmdz.github.io/solr-ocrhighlighting/
# iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr
iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr

# The search plugin used to support (experimental) IIIF Search.
# This is the class used with https://dbmdz.github.io/solr-ocrhighlighting/
# It is currently the only supported option.
# iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch
iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch

# Sets the viewing hint. Possible values: "paged" or "individuals".
# Typically "paged" is preferred for multi-age documents. Use "individuals"
Expand Down

0 comments on commit 1cc78a8

Please sign in to comment.