jpountz commented on PR #12405: URL: https://github.com/apache/lucene/pull/12405#issuecomment-1630496789
We probably need to change `SortField#getComparator`. We introduced `enableSkipping` in the past, so that the first comparator in the chain could know it can dynamically prune, maybe it needs to become an enum, something like `Pruning.(NONE|GREATER_THAN|GREATER_THAN_OR_EQUAL_TO)`, and we'd only use `GREATER_THAN_OR_EQUAL_TO` when there is a single comparator? -- 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