dsmiley commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r789897875



##########
File path: 
solr/contrib/analytics/src/java/org/apache/solr/analytics/facet/RangeFacet.java
##########
@@ -54,7 +53,7 @@ public RangeFacet(String name, SchemaField field, String 
start, String end, List
   }
 
   @Override
-  public void createFacetValueExecuters(final Filter filter, SolrQueryRequest 
queryRequest, Consumer<FacetValueQueryExecuter> consumer) {
+  public void createFacetValueExecuters(final Query query, SolrQueryRequest 
queryRequest, Consumer<FacetValueQueryExecuter> consumer) {

Review comment:
       TODO still




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

Reply via email to