gsmiller commented on a change in pull request #217:
URL: https://github.com/apache/lucene/pull/217#discussion_r675819557



##########
File path: 
lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysScorer.java
##########
@@ -195,11 +195,8 @@ private void doQueryFirstScoring(Bits acceptDocs, 
LeafCollector collector, DocsA
 
       collectDocID = docID;

Review comment:
       So it turns out, in a crazy stroke of coincidence, I actually need a fix 
for this for some work I'm doing as well. I sketched out an approach I _think_ 
works 
[here](https://github.com/gsmiller/lucene/commit/0e908f25701a050ca3e2117ab3d844c3a88c0681)
 if you want to have a look. I haven't spent much time on this so it's possible 
(likely?) this is flawed in some way. If you're interested, feel free to borrow 
ideas for your PR here.




-- 
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...@lucene.apache.org

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