File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,20 @@ the appropriate dependency version.
52
52
</repository >
53
53
```
54
54
55
- ###Note:
55
+ ### Note:
56
+
56
57
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
58
59
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
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 |
61
+ | spring data elasticsearch | elasticsearch |
62
+ | :----------------------------------- :| :-------------:|
63
+ | 1.4.0.BUILD-SNAPSHOT | 2.2.0 |
64
+ | 1.4 .0.M1 | 1.7.3 |
65
+ | 1.3.0.RELEASE | 1.5.2 |
66
+ | 1.2.0.RELEASE | 1.4.4 |
67
+ | 1.1.0.RELEASE | 1.3.2 |
68
+ | 1.0.0.RELEASE | 1.1.1 |
68
69
69
70
70
71
### ElasticsearchRepository
You can’t perform that action at this time.
0 commit comments