Hi,

I would need to delete records from particular Type with date range. I'm 
trying following command but it deletes all records from index. 

Is it right way to delete records. 

DELETE   /index/type/
{
    "query" : {
        "term" : { "TransactionTime" : "from" : "2014-03-26 12:23:41", "to" 
: "2014-03-26 12:24:40"}
     }
}

Thanks,
Arun


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/32ae7629-abd6-49fe-87a8-06dd075ed2a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to