elasticsearch-bulk Questions

1

While uploading a 50 mb size huge JSON string in ElasticSearch using this method - public static void postData(String json, String index, String type) { RestClient client = RestClient.builder(ne...
Aubade asked 20/9, 2018 at 16:57

3

Solved

I'm using the Elasticsearch Bulk API to create or update documents. I do actually know if they are creates or updates, but I can simplify my code by just making them all index, or "upserts" in th...
Monition asked 3/1, 2016 at 2:55
1

© 2022 - 2024 — McMap. All rights reserved.