Need to Migrate Elastic 5.5 to Elastic 6.3 using NEST api

Need to Migrate Elastic 5.5 to Elastic 6.3 using NEST api. We need a compare list between two version.
For example : Nest.ISearchResponse . Documents is not working with Elastic 6.3

Take a look at the breaking changes documentation between 5.x and 6.0. This document was generated from comparing the latest 5.x version that was released at the time that 6.0 GA was released, and includes additions, deletions and member changes in NEST.

You could also use AssemblyDiffer to generate the changes between any two nuget package releases, for example, between 5.5.0 and 6.4.1.

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