iverase commented on PR #15991: URL: https://github.com/apache/lucene/pull/15991#issuecomment-4440876622
I aggree with @romseygeek that this is adding a lot of complexity and maybe we can get the same optimization by implementing properly ocst() and docIdRunEnd(). For example I noticed in SortedSetDocValuesRangeQuery that the cost() was always the numver of documents in the doc values. I open https://github.com/apache/lucene/pull/16061 to compute a better cost for dense primary sort fields. -- 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]
