francissoria

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/6920340/193170597-d3ee2670-1dec-459e-9e73-1fa4872ea9a1.png)

![image](https://user-images.githubusercontent.com/6920340/193172535-6dd8e9b5-bc4e-4186-a1f6-03b7235cff46.png)