sgup432 commented on issue #15770: URL: https://github.com/apache/lucene/issues/15770#issuecomment-4217419199
>Rather than adding special casing to BooleanQuery I think it would be worth exploring changing SortedNumericDocValuesQuery to use a SkipBlockRangeIterator as its two-phase approximation Thanks for the feedback. Yeah I was also torn with the Boolean query approach, and I too think its not the best approach. >I think it would be worth exploring changing SortedNumericDocValuesQuery to use a SkipBlockRangeIterator as its two-phase approximation Hmm that it is interesting and might work. Let me look into this, thanks for the pointers. -- 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]
