prudhvigodithi commented on PR #15383: URL: https://github.com/apache/lucene/pull/15383#issuecomment-3533836696
> if we can reduce the number of tree traversals (i.e. only do one tree traversal per segment instead of per partition), then we would expect to see a performance benefit, since we're doing less work. Thanks @msfroh, true we have to do that eventually for intra segment search, my point is this change is to just have partition aware DocIdSetBuilder and can be leveraged in `PointRangeQuery`. Followup similar to `public DocIdSetBuilder(int maxDoc, PointValues values, int minDocId, int maxDocId)`. We should also have override `public DocIdSetBuilder(int maxDoc, Terms terms)` -- 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]
