Using Nest.net indexing list<SomeType> where SomeType is abstract

I have an object

    public class SomeObject
    {
       List<SomeType>
    }

There are several derived types of SomeType and populated in the list. However when i push this data into ES using Nest.net it strips out the derived properties and only contains the SomeType values. is there a way around this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.