Changed
- It is now possible to use
ExternalUtf8Filter
in a OCR field definition and still use inline OCR, mixed with external OCR. - Improve performance when highlighting with
hl.ocr.scorePassages=false
, we now only analyze as many passages as the number of snippets that were requested
Fixed
- Version constraints in the Solr plugin repository have been corrected, these were previously pinned to Solr 9.0, which was wrong.
- When highlighting with
hl.ocr.scorePassages=false
, the snippets returned would be the last snippets in the document, not the first, as intended. This has now been fixed and we only return the first snippets in the document.