File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ iiif.image.server = http://localhost:8182/iiif/2/
1010# Base URL of the search service used to support the (experimental) IIIF Search
1111# capability. The actual path will depend on how search is being supported.
1212# This example uses the solr plugin https://dbmdz.github.io/solr-ocrhighlighting/
13- # iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr
13+ iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr
1414
1515# The search plugin used to support (experimental) IIIF Search.
1616# This is the class used with https://dbmdz.github.io/solr-ocrhighlighting/
1717# It is currently the only supported option.
18- # iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch
18+ iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch
1919
2020# Sets the viewing hint. Possible values: "paged" or "individuals".
2121# Typically "paged" is preferred for multi-age documents. Use "individuals"
You can’t perform that action at this time.
0 commit comments