We are planning to implement elastic search for our project , need expert comment on the following
which elasticsearch version to choose ? is 7.3.1 stable ? or is it better to go to two level lower version, say 7.0.1 ?
which API to choose, TrasportClient Vs Rest High Level Client ? look like Rest High Level Client has performance issue ?
How marshelling work with Rest High Level Client ? How it maps to java object ?
Is it good to choose Spring data elastic search ? but it doen't have source include and source exclude ? we like Spring data elastic search because it avoid lot of boiler plat code. what version of elastic search is supported in Spring data elastic search ?
please help