mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-28 14:52:20 +00:00
Allow CustomConversions for entities - adaption for 4.1.x.
This commit is contained in:
parent
1272fdc188
commit
11e4ebf12c
@ -108,6 +108,7 @@ public class EntityCustomConversionIntegrationTests {
|
||||
.build();
|
||||
|
||||
Entity savedEntity = operations.save(entity);
|
||||
operations.indexOps(Entity.class).refresh();
|
||||
|
||||
SearchHits<Entity> searchHits = operations.search(Query.findAll(), Entity.class);
|
||||
assertThat(searchHits.getTotalHits()).isEqualTo(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user