msokolov commented on PR #12490:
URL: https://github.com/apache/lucene/pull/12490#issuecomment-1666921041

   I'm concerned that we would disable impacts-based skipping in cases where it 
could help. For example suppose you have a sparsely-populated field a, that 
when it is present has a big impact on the score, and a regular field b that is 
present on every doc. For a disjunction of these, as soon as you exhaust the 
a-matches it will degenerate into a single term query. I guess this isn't the 
common case, but will there be a way to make use of information like that with 
this API? How can callers specify that they *do* want skipping to be applied in 
some case?


-- 
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

Reply via email to