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
Remove IElasticsearchClient interface.
We have deemed that this interface is not all that useful as it may change between versions if APIs are added, which ends up breaking and implementations. It's not super useful for testing scenarios and we'll look to provide better options and documentation instead.
Co-authored-by: Steve Gordon <[email protected]>
@@ -1092,7 +1088,7 @@ public abstract partial class BulkResponseItemBase
1092
1088
// TODO - Should be added as a rule to the descriptor generator
1093
1089
//public sealed partial class SourceRequestDescriptor<TDocument>
1094
1090
//{
1095
-
// public SourceRequestDescriptor(TDocument documentWithId, IndexName index = null, Id id = null) : this(index ?? typeof(TDocument), id ?? Id.From(documentWithId)) { }
1091
+
// public SourceRequestDescriptor(TDocument documentWithId, IndexName index = null, Id id = null) : this(index ?? typeof(TDocument), id ?? Id.From(documentWithId)) => Doc
1096
1092
//}
1097
1093
1098
1094
publicpartialclassSourceRequestDescriptor
@@ -1545,29 +1541,6 @@ public partial struct Refresh : IStringable
0 commit comments