forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better handling of item errors in _mtermvectors API (elastic#65324)
Currently an error in a `_mtermvectors`, for example because querying through an alias that has several indices assigned to it, fails the whole request. Instead we should only fail the problematic item in the multi item request, like we e.g. do in same situations in _mget.
- Loading branch information
Christoph Büscher
authored
Nov 23, 2020
1 parent
7b8637e
commit ae3880e
Showing
2 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters