mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +00:00
DATAES-211 - updated readme for elasticsearch version information
This commit is contained in:
parent
c5c9956bc0
commit
ca7a7fb382
14
README.md
14
README.md
@ -53,9 +53,19 @@ the appropriate dependency version.
|
|||||||
```
|
```
|
||||||
|
|
||||||
###Note:
|
###Note:
|
||||||
Spring data elaticsearch until 1.0.0.RELEASE version is on elasticsearch 1.1.x library, which uses java 1.6 or later version.
|
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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
| spring data elasticsearch | elasticsearch |
|
||||||
|
|:-------------------------------:|:-------------:|
|
||||||
|
| 1.4.0.M1 | 1.7.3 |
|
||||||
|
| 1.3.0.RELEASE | 1.5.2 |
|
||||||
|
| 1.3.0.RELEASE | 1.5.2 |
|
||||||
|
| 1.2.0.RELEASE | 1.4.4 |
|
||||||
|
| 1.1.0.RELEASE | 1.3.2 |
|
||||||
|
| 1.0.0.RELEASE | 1.1.1 |
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
### 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user