I'm trying to do a bulk upsert with an _id path on ES 0.90.3. This saves
me the need to explicitly state the _id at upsert time. However, I can't
seem to get it working and I'm sure I'm doing something silly.
Any help would be greatly appreciated
Yeah. Bulk process does not read document content but only headers and then pass content (index/update/delete request) to the right shard.
To extract the right shard, we need to know the _id without parsing the body itself.
I'm trying to do a bulk upsert with an _id path on ES 0.90.3. This saves me the need to explicitly state the _id at upsert time. However, I can't seem to get it working and I'm sure I'm doing something silly.
Any help would be greatly appreciated
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.