We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b598ba3 commit 2acc73dCopy full SHA for 2acc73d
src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs
@@ -19,8 +19,6 @@ public class FieldResolver
19
private readonly ConcurrentDictionary<Field, string> Fields = new ConcurrentDictionary<Field, string>();
20
private readonly ConcurrentDictionary<PropertyName, string> Properties = new ConcurrentDictionary<PropertyName, string>();
21
22
- protected Stack<string> Stack { get; set;}
23
-
24
public FieldResolver(IConnectionSettingsValues settings)
25
{
26
settings.ThrowIfNull(nameof(settings));
0 commit comments