rishabhmaurya commented on issue #12534: URL: https://github.com/apache/lucene/issues/12534#issuecomment-1703290029
This should work for `search_after` queries too as its honoring top and bottom set for the competitive iterator. Yes, this will not work for deleted documents. I think this optimization would be applicable after force merges when index becomes read-only (so no deletions) and majority of segments are big (esp the ones which are created last, where desc queries would contains most of their competitive docs). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
