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
The request cache currently does not check to see whether the search timed out on the shard before it adds the result to the cache. We should check QueryShardResult.searchTimedOut() and only cache the result if the search did not time out.