Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドキュメントに目を通しても、まだ確信が持てません - Jest Java クライアント ライブラリを使用して Elasticsearch に対して upsert を実行できるかどうか。
jsonBuilder を使用してこれを行うことができました。
new Update.Builder(XContentFactory.jsonBuilder().startObject().field("doc_as_upsert", true).startObject("doc").field("foo", "bar").string());