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 15e1816 commit 381afe9Copy full SHA for 381afe9
src/Nest/DSL/IndicesStatsDescriptor.cs
@@ -51,9 +51,9 @@ public partial class IndicesStatsDescriptor : IndicesOptionalPathDescriptor<Indi
51
IEnumerable<IndicesStatsMetric> IIndicesStatsRequest.Metrics { get; set; }
52
53
//<summary>A comma-separated list of fields for `completion` metric (supports wildcards)</summary>
54
- public IndicesStatsDescriptor Types(params TypeNameMarker[] completion_fields)
+ public IndicesStatsDescriptor Types(params TypeNameMarker[] types)
55
{
56
- Self.Types = completion_fields;
+ Self.Types = types;
57
return this;
58
}
59
0 commit comments