ソースを参照

Adding missing json spec for allow_partial_search_results in point-in-time (#117121) (#117248)

Panagiotis Bailis 11 ヶ月 前
コミット
4d9f2e5dc5

+ 4 - 0
rest-api-spec/src/main/resources/rest-api-spec/api/open_point_in_time.json

@@ -55,6 +55,10 @@
         "type": "string",
         "description": "Specific the time to live for the point in time",
         "required": true
+      },
+      "allow_partial_search_results": {
+        "type": "boolean",
+        "description": "Specify whether to tolerate shards missing when creating the point-in-time, or otherwise throw an exception. (default: false)"
       }
     },
     "body":{