Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/Indices/Warmer/Get should throw exception on bad argument combination
If `index` and `type` are specified but not `name`, an exception should be thrown sinc this is an illegal combination. Valid combinations are: "/_warmer", "/{index}/_warmer", "/{index}/_warmer/{name}", "/_warmer/{name}", "/{index}/{type}/_warmer/{name}"
- Loading branch information