You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs
+67Lines changed: 67 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -434,6 +434,43 @@ public TimeSpan MasterTimeout
434
434
}
435
435
}
436
436
437
+
///<summary>Request options for ExistsType <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html</para></summary>
@@ -1185,6 +1222,36 @@ public bool? IgnoreUnavailable
1185
1222
}
1186
1223
}
1187
1224
1225
+
///<summary>Request options for ReloadSearchAnalyzers <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-reload-analyzers.html</para></summary>
/// Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have
1232
+
/// been specified)
1233
+
///</summary>
1234
+
publicbool?AllowNoIndices
1235
+
{
1236
+
get=>Q<bool?>("allow_no_indices");
1237
+
set=>Q("allow_no_indices",value);
1238
+
}
1239
+
1240
+
///<summary>Whether to expand wildcard expression to concrete indices that are open, closed or both.</summary>
1241
+
publicExpandWildcards?ExpandWildcards
1242
+
{
1243
+
get=>Q<ExpandWildcards?>("expand_wildcards");
1244
+
set=>Q("expand_wildcards",value);
1245
+
}
1246
+
1247
+
///<summary>Whether specified concrete indices should be ignored when unavailable (missing or closed)</summary>
1248
+
publicbool?IgnoreUnavailable
1249
+
{
1250
+
get=>Q<bool?>("ignore_unavailable");
1251
+
set=>Q("ignore_unavailable",value);
1252
+
}
1253
+
}
1254
+
1188
1255
///<summary>Request options for Rollover <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html</para></summary>
/// Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have
1454
+
/// been specified)
1455
+
///</summary>
1456
+
publicbool?AllowNoIndices
1457
+
{
1458
+
get=>Q<bool?>("allow_no_indices");
1459
+
set=>Q("allow_no_indices",value);
1460
+
}
1461
+
1462
+
///<summary>Whether to expand wildcard expression to concrete indices that are open, closed or both.</summary>
1463
+
publicExpandWildcards?ExpandWildcards
1464
+
{
1465
+
get=>Q<ExpandWildcards?>("expand_wildcards");
1466
+
set=>Q("expand_wildcards",value);
1467
+
}
1468
+
1469
+
///<summary>Whether specified concrete indices should be ignored when unavailable (missing or closed)</summary>
1470
+
publicbool?IgnoreUnavailable
1471
+
{
1472
+
get=>Q<bool?>("ignore_unavailable");
1473
+
set=>Q("ignore_unavailable",value);
1474
+
}
1475
+
1476
+
///<summary>Search operation type</summary>
1477
+
publicSearchType?SearchType
1478
+
{
1479
+
get=>Q<SearchType?>("search_type");
1480
+
set=>Q("search_type",value);
1481
+
}
1482
+
}
1483
+
1447
1484
///<summary>Request options for ReindexOnServer <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html</para></summary>
///<summary>HEAD on /{index}/_mapping/{type} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html</para></summary>
250
+
///<param name = "index">A comma-separated list of index names; use `_all` to check the types across all indices</param>
251
+
///<param name = "type">A comma-separated list of document types to check</param>
252
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>HEAD on /{index}/_mapping/{type} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html</para></summary>
256
+
///<param name = "index">A comma-separated list of index names; use `_all` to check the types across all indices</param>
257
+
///<param name = "type">A comma-separated list of document types to check</param>
258
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /{index}/_reload_search_analyzers <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-reload-analyzers.html</para></summary>
670
+
///<param name = "index">A comma-separated list of index names to reload analyzers for</param>
671
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /{index}/_reload_search_analyzers <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-reload-analyzers.html</para></summary>
675
+
///<param name = "index">A comma-separated list of index names to reload analyzers for</param>
676
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /{alias}/_rollover <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-rollover-index.html</para></summary>
657
681
///<param name = "alias">The name of the alias to rollover</param>
658
682
///<param name = "body">The conditions that needs to be met for executing rollover</param>
///<summary>POST on /_rank_eval <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html</para></summary>
745
+
///<param name = "body">The ranking evaluation search definition, including search requests, document ratings and ranking metric definition.</param>
746
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
747
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_rank_eval <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html</para></summary>
751
+
///<param name = "body">The ranking evaluation search definition, including search requests, document ratings and ranking metric definition.</param>
752
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
753
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /{index}/_rank_eval <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html</para></summary>
758
+
///<param name = "index">A comma-separated list of index names to search; use the special string `_all` or Indices.All to perform the operation on all indices</param>
759
+
///<param name = "body">The ranking evaluation search definition, including search requests, document ratings and ranking metric definition.</param>
760
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
761
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /{index}/_rank_eval <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html</para></summary>
765
+
///<param name = "index">A comma-separated list of index names to search; use the special string `_all` or Indices.All to perform the operation on all indices</param>
766
+
///<param name = "body">The ranking evaluation search definition, including search requests, document ratings and ranking metric definition.</param>
767
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
768
+
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
0 commit comments