cpoerschke commented on code in PR #1557:
URL: https://github.com/apache/solr/pull/1557#discussion_r1475969916


##########
solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java:
##########
@@ -432,6 +432,21 @@ protected BoundaryScanner getBoundaryScanner(String 
fieldName, SolrParams params
     return solrBs.getBoundaryScanner(fieldName, params);
   }
 
+  private static final class TermVectorsSupplier {

Review Comment:
   Thanks! Didn't know about the `org.apache.lucene.util.IOSupplier` 
class/interface. 
https://github.com/apache/solr/pull/1557/commits/86e64f84456835e685b5b1392ddbfdcf9d50b994
 to use it.



-- 
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]

Reply via email to