sejal-pawar commented on a change in pull request #159:
URL: https://github.com/apache/lucene/pull/159#discussion_r646809569



##########
File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
##########
@@ -335,10 +342,22 @@ protected boolean scoreSubDocsAtOnce() {
     /** Hits. */
     public final TopDocs hits;
 
+    /** Collector to compute Facets */
+    FacetsCollector drillDowns;
+
+    /** drill-down dimensions */
+    Map<String, Integer> drillDownDims;

Review comment:
       Pushed a revision where I am exposing FacetsCollector `drillDowns, 
FacetsCollector[] drillSideways, String[] drillSidewaysDims` from within 
`DrillSidewaysResult`. Let me know what you think. Thank you!




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

Reply via email to