francissoria
francissoria
Any update on BulkProcessors for the new ES java api?
if there is no equivalent for BulkProcessor in the new elasticsearch java api client, how will we migrate a BulkProcessor code? Are the new elasticsearch java api client BulkRequest, BulkOperation,...
This causes the exception because of the `null` value This is a sort field response from a query ``` "sort" : [ null, "barbie.jp", 1664377265000 ] ```
This could possibly the cause? This list is with elements nulls and the serialization broken. https://github.com/elastic/elasticsearch-java/blob/8e4db1dea8897d3acfca72ab501be7c0bca91e5b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/Hit.java#L763
This was the fix in 7.16.2 But it still throws NullPointerException when hits.toString() is called Currently I am using 7.17.6 
