You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we specify after value for PagingFieldCollector which is out of min/max values for that field in that segment, PagingFieldCollector is not able to update its competitiveIterator because queueFull is never able to set to true.
Code ref - NumericComparator.java$194
Due to this, it will spend lot of time comparing large number of hits here TopFieldCollector.java#264.
Instead it is supposed to short cut right away.
Version and environment details
No response
The text was updated successfully, but these errors were encountered:
Description
If we specify
after
value forPagingFieldCollector
which is out of min/max values for that field in that segment,PagingFieldCollector
is not able to update its competitiveIterator becausequeueFull
is never able to set to true.Code ref - NumericComparator.java$194
Due to this, it will spend lot of time comparing large number of hits here TopFieldCollector.java#264.
Instead it is supposed to short cut right away.
Version and environment details
No response
The text was updated successfully, but these errors were encountered: