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 c758724 commit bf58db3Copy full SHA for bf58db3
src/Tests/Nest.Tests.Integration/Core/Cat/CatTests.cs
@@ -78,6 +78,7 @@ public async void CatCountAsync()
78
}
79
80
[Test]
81
+ [SkipVersion("0 - 1.1.9", "/_cat/fielddata endpoint added in 1.2")]
82
public void CatFielddata()
83
{
84
TestCat(() => this._client.CatFielddata(
@@ -87,6 +88,7 @@ public void CatFielddata()
87
88
89
90
91
92
public async void CatFielddataAsync()
93
94
await TestCatAsync(() => this._client.CatFielddataAsync(v => v.Fields<ElasticsearchProject>(p => p.Name)), r => r.FieldSizes.ContainsKey("name"));
0 commit comments