Skip to content

Commit ca7a7fb

Browse files
committed
DATAES-211 - updated readme for elasticsearch version information
1 parent c5c9956 commit ca7a7fb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,19 @@ the appropriate dependency version.
5353
```
5454

5555
###Note:
56-
Spring data elaticsearch until 1.0.0.RELEASE version is on elasticsearch 1.1.x library, which uses java 1.6 or later version.
56+
1) Spring data elaticsearch until 1.0.0.RELEASE version is on elasticsearch 1.1.x library, which uses java 1.6 or later version.
57+
58+
2) From spring data elasticsearch 1.1.0.RELEASE the version of elasticsearch is 1.3.x which is supporting java 1.7 or later.
59+
60+
| spring data elasticsearch | elasticsearch |
61+
|:-------------------------------:|:-------------:|
62+
| 1.4.0.M1 | 1.7.3 |
63+
| 1.3.0.RELEASE | 1.5.2 |
64+
| 1.3.0.RELEASE | 1.5.2 |
65+
| 1.2.0.RELEASE | 1.4.4 |
66+
| 1.1.0.RELEASE | 1.3.2 |
67+
| 1.0.0.RELEASE | 1.1.1 |
5768

58-
From spring data elastic search 1.1.0.RELEASE (current) on, the version of elasticsearch 1.3.x is supporting java 1.7 or later.
5969

6070
### ElasticsearchRepository
6171
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.

0 commit comments

Comments
 (0)