HoustonPutman commented on code in PR #904: URL: https://github.com/apache/solr/pull/904#discussion_r903975160
########## solr/core/src/java/org/apache/solr/handler/MoreLikeThisHandler.java: ########## @@ -53,18 +53,7 @@ import org.apache.solr.response.SolrQueryResponse; import org.apache.solr.schema.IndexSchema; import org.apache.solr.schema.SchemaField; -import org.apache.solr.search.DocIterator; -import org.apache.solr.search.DocList; -import org.apache.solr.search.DocListAndSet; -import org.apache.solr.search.QParser; -import org.apache.solr.search.QParserPlugin; -import org.apache.solr.search.QueryParsing; -import org.apache.solr.search.ReturnFields; -import org.apache.solr.search.SolrIndexSearcher; -import org.apache.solr.search.SolrQueryTimeoutImpl; -import org.apache.solr.search.SolrReturnFields; -import org.apache.solr.search.SortSpec; -import org.apache.solr.search.SyntaxError; +import org.apache.solr.search.*; Review Comment: As a project we prefer to list all dependencies instead of using the `*`. Could you revert this for this file and the other that has the same change? -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org