ErickErickson commented on a change in pull request #1535: URL: https://github.com/apache/lucene-solr/pull/1535#discussion_r429692516
########## File path: solr/core/src/java/org/apache/solr/search/facet/FacetParser.java ########## @@ -16,18 +16,22 @@ */ package org.apache.solr.search.facet; +import java.util.List; +import java.util.ArrayList; +import java.util.Map; +import java.util.Optional; + import org.apache.solr.common.SolrException; import org.apache.solr.common.params.SolrParams; import org.apache.solr.common.util.NamedList; import org.apache.solr.common.util.StrUtils; +import org.apache.solr.search.FunctionQParser; Review comment: Haven't the faintest clue whether it was the IDE or me reconciling the imports.... ---------------------------------------------------------------- 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. 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