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 d48cbcb commit f66efeaCopy full SHA for f66efea
src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponseJsonConverter.cs
@@ -9,7 +9,7 @@ namespace Nest
9
// TODO this custom converter is in place because the response changed from ES 5.0 to ES 5.2
10
// so we are supporting both formats. In 6.0 we should remove this entirely and only support
11
// the new format.
12
- public class ClusterAllocationExplainResponseJsonConverter : JsonConverter
+ internal class ClusterAllocationExplainResponseJsonConverter : JsonConverter
13
{
14
public override bool CanRead { get; } = true;
15
0 commit comments