DATAES-94 - upgrade to latest 1.2.2 driver

This commit is contained in:
Mohsin Husen 2014-07-10 13:19:00 +01:00
parent 5a691986a1
commit 6b74c6b8da
2 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,11 @@ the appropriate dependency version.
</repository> </repository>
``` ```
###Note:
Spring data elaticsearch 1.0.0.RELEASE version is on elasticsearch 1.1.1 library which uses java 1.6 or later version.
As latest version of elasticsearch 1.2.x is now supporting java 1.7, future releases of spring data elasticsearch library can be used with Java 7 or later version.
In order to use with java 6 it has to be with elasticsearch 1.1.x.
### ElasticsearchRepository ### ElasticsearchRepository
A default implementation of ElasticsearchRepository, aligning to the generic Repository Interfaces, is provided. Spring can do the Repository implementation for you depending on method names in the interface definition. A default implementation of ElasticsearchRepository, aligning to the generic Repository Interfaces, is provided. Spring can do the Repository implementation for you depending on method names in the interface definition.

View File

@ -23,7 +23,7 @@
<commonscollections>3.2.1</commonscollections> <commonscollections>3.2.1</commonscollections>
<commonslang>2.6</commonslang> <commonslang>2.6</commonslang>
<elasticsearch>1.2.1</elasticsearch> <elasticsearch>1.2.2</elasticsearch>
<springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons> <springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
</properties> </properties>