We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5959ed commit 15e1816Copy full SHA for 15e1816
src/Nest/DSL/IndicesStatsDescriptor.cs
@@ -65,15 +65,6 @@ public IndicesStatsDescriptor Metrics(params IndicesStatsMetric[] metrics)
65
66
protected override void UpdatePathInfo(IConnectionSettingsValues settings, ElasticsearchPathInfo<IndicesStatsRequestParameters> pathInfo)
67
{
68
- if (Self.Types != null)
69
- {
70
- var typeNameMarkers = Self.Types as TypeNameMarker[] ?? Self.Types.ToArray();
71
- if (typeNameMarkers.HasAny())
72
73
- var inferrer = new ElasticInferrer(settings);
74
- pathInfo.RequestParameters.AddQueryString("types", inferrer.TypeNames(typeNameMarkers));
75
- }
76
77
IndicesStatsPathInfo.Update(settings, pathInfo, this);
78
}
79
0 commit comments