Is there a way in the java API to customize the returned IndexResponse (And indexresponses within a BulkResponse) such that the response contains one of the _source fields?
I don't believe you can OOTB.
As mentioned in the thread you linked to, it's easier to call the GET API after that?
Wondering why do you need that after all? Actually you are sending the document you want to index, right? Why reading that again?
Does it relate somehow with ingest node processing?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.