mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Added trackPages parameter to solr query that was introduced in solr-ocrhighlighing v 0.6.0.
This version was released 5 days ago and is not yet available via Maven.
This commit is contained in:
@@ -153,6 +153,7 @@ public class SearchService extends AbstractResourceService {
|
||||
solrQuery.set("hl.ocr.contextBlock", "line");
|
||||
solrQuery.set("hl.ocr.contextSize", "2");
|
||||
solrQuery.set("hl.snippets", "10");
|
||||
solrQuery.set("hl.ocr.trackPages", "off");
|
||||
solrQuery.set("hl.ocr.limitBlock","page");
|
||||
solrQuery.set("hl.ocr.absoluteHighlights", "true");
|
||||
|
||||
|
Reference in New Issue
Block a user