mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-28 14:52:20 +00:00
fix typos in migration guides documentation.
Original Pull Request #2181 Closes #2180
This commit is contained in:
parent
ef880e6d3b
commit
0a0fc75faa
@ -14,7 +14,7 @@ The parameters of the `@Document` annotation that are relevant for the index se
|
|||||||
== Removals
|
== Removals
|
||||||
|
|
||||||
The `@Score` annotation that was used to set the score return value in an entity was deprecated in version 4.0 and has been removed.
|
The `@Score` annotation that was used to set the score return value in an entity was deprecated in version 4.0 and has been removed.
|
||||||
Scroe values are returned in the `SearchHit` instances that encapsulate the returned entities.
|
Score values are returned in the `SearchHit` instances that encapsulate the returned entities.
|
||||||
|
|
||||||
The `org.springframework.data.elasticsearch.ElasticsearchException` class has been removed.
|
The `org.springframework.data.elasticsearch.ElasticsearchException` class has been removed.
|
||||||
The remaining usages have been replaced with `org.springframework.data.mapping.MappingException` and `org.springframework.dao.InvalidDataAccessApiUsageException`.
|
The remaining usages have been replaced with `org.springframework.data.mapping.MappingException` and `org.springframework.dao.InvalidDataAccessApiUsageException`.
|
||||||
|
@ -69,7 +69,7 @@ public class SpringdataElasticTestApplication {
|
|||||||
====
|
====
|
||||||
|
|
||||||
Remove Spring Data Elasticsearch related properties from your application configuration.
|
Remove Spring Data Elasticsearch related properties from your application configuration.
|
||||||
If Spring Data Elasticsearch was configured using a programmatic configuration (see <<elastisearch.clients>>), remove these beans from the Spring application context.
|
If Spring Data Elasticsearch was configured using a programmatic configuration (see <<elasticsearch.clients>>), remove these beans from the Spring application context.
|
||||||
|
|
||||||
==== Add dependencies
|
==== Add dependencies
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user