mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 12:02:10 +00:00
no more additions currently, the new client has the same functionality as the old.
Original Pull Request #2205 Closes #2155
This commit is contained in:
parent
0109a68c32
commit
d974788ab8
@ -241,8 +241,6 @@ class RequestConverter {
|
|||||||
builder.index(Arrays.asList(indexCoordinates.getIndexNames()));
|
builder.index(Arrays.asList(indexCoordinates.getIndexNames()));
|
||||||
addPropertiesToMapping(builder, mapping);
|
addPropertiesToMapping(builder, mapping);
|
||||||
|
|
||||||
// TODO #2155 what else to add
|
|
||||||
|
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user