alessandrobenedetti commented on code in PR #872:
URL: https://github.com/apache/solr/pull/872#discussion_r879234004
##########
solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:
##########
@@ -395,10 +395,6 @@ public SolrDocumentFetcher getDocFetcher() {
return docFetcher;
}
- List<LeafReaderContext> getLeafContexts() {
Review Comment:
The same method has been introduced in the Lucene superclass, pulbic.
So there is no need of overriding it with the same behavior.
Resolving
--
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]