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
Align specification tweaks and naming with Java (#6982)
* Remove container suffixes
* Manual type renaming to align with Java
* Rename requests and responses to align with Java
* Remove range query until ambiguous union is handled
* EQL Get Status fixup
* Skip SimpleQueryStringFlags until generated correctly
* Eql API URLs
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch/Api/GetSourceRequestDescriptor.cs
+2-8
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,12 @@
4
4
5
5
namespaceElastic.Clients.Elasticsearch;
6
6
7
-
// TODO - Should be added as a rule to the descriptor generator
8
-
//public sealed partial class SourceRequestDescriptor<TDocument>
9
-
//{
10
-
// public SourceRequestDescriptor(TDocument documentWithId, IndexName index = null, Id id = null) : this(index ?? typeof(TDocument), id ?? Id.From(documentWithId)) => Doc
11
-
//}
12
-
13
-
publicpartialclassSourceRequestDescriptor
7
+
publicpartialclassGetSourceRequestDescriptor
14
8
{
15
9
/// <summary>
16
10
/// A shortcut into calling Index(typeof(TOther)).
0 commit comments