You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception message "Could not create an instance of type Nest.ISourceFieldMapping. Type is an interface or abstract class and cannot be instantiated." during a call "ElasticClient.GetMapping" function.
Some properties in class "public class RootObjectMapping : ObjectMapping" have interface type and can't be instantiated, example:
[JsonProperty("_source")]
public ISourceFieldMapping SourceFieldMappingDescriptor { get; set; }
The text was updated successfully, but these errors were encountered:
Exception message "Could not create an instance of type Nest.ISourceFieldMapping. Type is an interface or abstract class and cannot be instantiated." during a call "ElasticClient.GetMapping" function.
Some properties in class "public class RootObjectMapping : ObjectMapping" have interface type and can't be instantiated, example:
[JsonProperty("_source")]
public ISourceFieldMapping SourceFieldMappingDescriptor { get; set; }
The text was updated successfully, but these errors were encountered: