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:
Peter-Josef Meisch 2022-06-28 21:57:33 +02:00 committed by GitHub
parent 0109a68c32
commit d974788ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
} }