msfroh commented on issue #12032:
URL: https://github.com/apache/lucene/issues/12032#issuecomment-1765587096

   I started to work on making DrillSidewaysScorer work on windows of doc IDs, 
when I noticed the following comment added in TestDrillSideways as part of 
https://github.com/apache/lucene/pull/996/files: 
   
   ```
       // DrillSideways requires the entire range of docs to be scored at once, 
so it doesn't support
       // timeouts whose implementation scores one window of doc IDs at a time.
   ```
   
   Another challenge that I noticed is that the recent change to call `finish` 
on collectors only after they've finished would require some more changes, as 
`drillDownLeafCollector` and any `drillSidewaysLeafCollectors` would have their 
`finish` method called after a single window.


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