From 63e4c38ca31f19564c817ea781074815ffc0c2f2 Mon Sep 17 00:00:00 2001 From: Mpdreamz Date: Fri, 23 Apr 2021 18:16:09 +0000 Subject: [PATCH] [codegen] master synchronization --- src/ApiGenerator/RestSpecification/Core/msearch.json | 4 +--- src/ApiGenerator/RestSpecification/Core/msearch_template.json | 4 +--- src/ApiGenerator/RestSpecification/Core/search_template.json | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/ApiGenerator/RestSpecification/Core/msearch.json b/src/ApiGenerator/RestSpecification/Core/msearch.json index 0dde4206ecf..359d1e67b07 100644 --- a/src/ApiGenerator/RestSpecification/Core/msearch.json +++ b/src/ApiGenerator/RestSpecification/Core/msearch.json @@ -39,9 +39,7 @@ "type":"enum", "options":[ "query_then_fetch", - "query_and_fetch", - "dfs_query_then_fetch", - "dfs_query_and_fetch" + "dfs_query_then_fetch" ], "description":"Search operation type" }, diff --git a/src/ApiGenerator/RestSpecification/Core/msearch_template.json b/src/ApiGenerator/RestSpecification/Core/msearch_template.json index 72b899c13c6..38b1d5b6add 100644 --- a/src/ApiGenerator/RestSpecification/Core/msearch_template.json +++ b/src/ApiGenerator/RestSpecification/Core/msearch_template.json @@ -39,9 +39,7 @@ "type":"enum", "options":[ "query_then_fetch", - "query_and_fetch", - "dfs_query_then_fetch", - "dfs_query_and_fetch" + "dfs_query_then_fetch" ], "description":"Search operation type" }, diff --git a/src/ApiGenerator/RestSpecification/Core/search_template.json b/src/ApiGenerator/RestSpecification/Core/search_template.json index 82d7eb76103..22a2a8367bc 100644 --- a/src/ApiGenerator/RestSpecification/Core/search_template.json +++ b/src/ApiGenerator/RestSpecification/Core/search_template.json @@ -75,9 +75,7 @@ "type":"enum", "options":[ "query_then_fetch", - "query_and_fetch", - "dfs_query_then_fetch", - "dfs_query_and_fetch" + "dfs_query_then_fetch" ], "description":"Search operation type" },