fellahst
fellahst

Reputation: 681

ElasticSearch version supported in Spring Data

I am using Spring Data ElasticSearch 1.3.2 release, which comes with ElasticSearch 1.5.2 by default. Is it possible to upgrade to the latest version of ES (2.0) without breaking the Spring Data ES repository API ?

Upvotes: 0

Views: 242

Answers (1)

Christoph Strobl
Christoph Strobl

Reputation: 6736

No. Due to several changes in the ES API this is not possible. Please see DATAES-211 for details.

The current unstable working branch can be found here: tree/DATAES-211-ES2.0

Upvotes: 1

Related Questions