apanimesh061 commented on a change in pull request #412: URL: https://github.com/apache/lucene/pull/412#discussion_r757907893
########## File path: lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/SearchTravRetHighlightTask.java ########## @@ -319,4 +329,12 @@ public void withTopDocs(IndexSearcher searcher, Query q, TopDocs hits) throws Ex } } } + + /** This ConcreteBuilder has been created for this class only. */ + private static class ConcreteBuilder extends UnifiedHighlighter.Builder<ConcreteBuilder> { Review comment: As suggested there is no ConcreteBuilder now. We can override the builder using anonymous classes. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org