With es 0.16.0 the _id is not stored by default anymore. Will the bulk
delete still work as it is listed in the documentation?
{ "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } }
With es 0.16.0 the _id is not stored by default anymore. Will the bulk
delete still work as it is listed in the documentation?
{ "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } }
Yes, it will work. Also delete directly by id. No functionality is list except for using _id in places like term query (but you can use ids query), or sorting by it.
On Friday, April 29, 2011 at 4:53 PM, ruflin wrote:
With es 0.16.0 the _id is not stored by default anymore. Will the bulk
delete still work as it is listed in the documentation?{ "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } }
Perfect. Thanks for your support.
On Apr 29, 5:15 pm, Shay Banon shay.ba...@elasticsearch.com wrote:
Yes, it will work. Also delete directly by id. No functionality is list except for using _id in places like term query (but you can use ids query), or sorting by it.
On Friday, April 29, 2011 at 4:53 PM, ruflin wrote:
With es 0.16.0 the _id is not stored by default anymore. Will the bulk
delete still work as it is listed in the documentation?{ "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } }
© 2020. All Rights Reserved - Elasticsearch
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.