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
Speedup SearchContext.hasOnlySuggest check and related logic (#112747)
Random find from looking at what we do on the transport thread for
search:
This check was quite heavy by building the list of sub-searches
needlessly. Also, we were needlessly allocating capturing lambdas
in the stats logic that used this call.
0 commit comments