mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-27 02:18:42 +00:00
[Remove] Type mapping end-points from RestMultiSearchTemplateAction (#2433)
Signed-off-by: Suraj Singh <surajrider@gmail.com>
This commit is contained in:
parent
b00b3ce2b5
commit
6f12fa19e8
@ -75,10 +75,7 @@ public class RestMultiSearchTemplateAction extends BaseRestHandler {
|
||||
new Route(GET, "/_msearch/template"),
|
||||
new Route(POST, "/_msearch/template"),
|
||||
new Route(GET, "/{index}/_msearch/template"),
|
||||
new Route(POST, "/{index}/_msearch/template"),
|
||||
// Deprecated typed endpoints.
|
||||
new Route(GET, "/{index}/{type}/_msearch/template"),
|
||||
new Route(POST, "/{index}/{type}/_msearch/template")
|
||||
new Route(POST, "/{index}/_msearch/template")
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user