magibney commented on code in PR #1557:
URL: https://github.com/apache/solr/pull/1557#discussion_r1548683471
##########
solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:
##########
@@ -482,15 +483,28 @@ public NamedList<Object> doHighlighting(
// Lazy container for fvh and fieldQuery
FvhContainer fvhContainer = new FvhContainer(null, null);
- IndexReader reader =
- new
TermVectorReusingLeafReader(req.getSearcher().getSlowAtomicReader()); //
SOLR-5855
+ IndexReader reader = req.getSearcher().getSlowAtomicReader();
+ IOSupplier<TermVectors> tvSupplier =
Review Comment:
makes sense; implemented in a02e186b19ed3b3cbec552ff48cf940654ca046d
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]