Skip to content

Commit

Permalink
Add missing search component to SOLR config
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Apr 14, 2021
1 parent 9f3a235 commit 9d81a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/ApacheSolr/configsets/dlf/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,9 @@
-->

<!-- Add a new named search component that takes care of highlighting OCR field values. -->
<searchComponent class="de.digitalcollections.solrocr.solr.OcrHighlightComponent" name="ocrHighlight" />

<!-- Autocomplete Component -->
<searchComponent name="suggest" class="solr.SpellCheckComponent">
<lst name="spellchecker">
Expand Down

0 comments on commit 9d81a14

Please sign in to comment.