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
Hello all, I'm trying out the bleeding edge here and testing NEST 6.x w/ ES 6. I'm using NEST 6.1.0-ci1205045848.
Where did ConnectionSettings.MapDefaultTypeIndices go? I see InferMappingFor<T> is there but that would require me to do something at compile time that I was previously able to do at run time from another list that I'm already required to create to keep track of for other per index things (ie. search fields and aggregations I use, the Type, index name, etc.). For example, "IndexTypes" is that list, so I can do the following: IndexTypes.ForEach(x => settings.MapDefaultTypeIndices(d => d.Add(x.Type, x.Index)));
What's the 6.0 way?