My first post here so hopefully i'll be right on spot.
I'm new to ES and trying to integrate with a Spring Data for a production app,
as I prefer using Spring Data vs. ES Java API client (java high level rest), abit confused with the compatibility of the 3.0.X / 3.1.X versions. in https://github.com/spring-projects/spring-data-elasticsearch
it notes that there is a full support of ES 6 and above, but the 3.1.X versions of spring data are not found in maven repositories. and lower versions are not supported with ES 6.0 and above.
Which spring data version should I pick for ES 6.x ? should I stay with spring data or switch to client API to get support for ES 6.? Is there any stable version ? what are my alternatives?
Had version conflicts, with spring commons and other spring libraries. main issue is related to spring CORE version (below 5 would work with specific versions). Just choose your versions of spring-data-es, spring-core, spring-data-jpa and elasticsearch carefully (check maven for dependencies etc). goodluck!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.