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
"description": "The terms enum API can be used to discover terms in the index that begin with the provided string. It is designed for low-latency look-ups used in auto-complete scenarios."
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.NoNamespace.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1972,8 +1972,8 @@ public bool? TypedKeys
1972
1972
}
1973
1973
}
1974
1974
1975
-
///<summary>Request options for Termsenum <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html</para></summary>
///<summary>Request options for TermsEnum <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html</para></summary>
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/ElasticLowLevelClient.NoNamespace.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1006,15 +1006,15 @@ public Task<TResponse> SearchTemplateAsync<TResponse>(string index, PostData bod
1006
1006
///<param name = "body">field name, string which is the prefix expected in matching terms, timeout and size for max number of results</param>
1007
1007
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
1008
1008
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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}/_terms_enum <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html</para></summary>
1012
1012
///<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>
1013
1013
///<param name = "body">field name, string which is the prefix expected in matching terms, timeout and size for max number of results</param>
1014
1014
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
1015
1015
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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}/_termvectors/{id} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-termvectors.html</para></summary>
1020
1020
///<param name = "index">The index in which the document resides.</param>
///<param name = "body">field name, string which is the prefix expected in matching terms, timeout and size for max number of results</param>
840
840
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
841
841
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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}/_terms_enum <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html</para></summary>
845
845
///<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>
846
846
///<param name = "body">field name, string which is the prefix expected in matching terms, timeout and size for max number of results</param>
847
847
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
848
848
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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}/_termvectors/{id} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-termvectors.html</para></summary>
852
852
///<param name = "index">The index in which the document resides.</param>
0 commit comments