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 6b1bea4 commit b3a4109Copy full SHA for b3a4109
src/Nest/DSL/MultiGet/IMultiGetOperation.cs
@@ -1,10 +1,12 @@
1
using System;
2
using System.Collections.Generic;
3
+using Nest.Resolvers.Converters;
4
using Newtonsoft.Json;
5
6
namespace Nest
7
{
8
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
9
+ [JsonConverter(typeof(ReadAsTypeConverter<MultiGetOperationDescriptor<object>>))]
10
public interface IMultiGetOperation
11
12
[JsonProperty(PropertyName = "_index")]
0 commit comments