Re: Unable to delete child documents by query that uses has parent (ES 1.4.1)

2015-08-27 Thread Nikolas Everett
You should try posting this on https://discuss.elastic.co/ . This email list has been deprecated in favor of using that. There are settings that make it function almost the same way the mailing list functioned. On Thu, Aug 27, 2015 at 3:39 AM, Ron Sher ron.s...@gmail.com wrote: Hi, I'm using

SearchContextMissingException - No search context found for id

2015-08-27 Thread CC
Hi, I am using ES version 1.6.0 and the Python plugin for ES. I have a large collection of documents inside my index and I want to iterate through each and every document inside the index. In this sense I am using scan to get each document and retrieve the sentences it contains. I have

Unable to delete child documents by query that uses has parent (ES 1.4.1)

2015-08-27 Thread Ron Sher
Hi, I'm using the query below in my search to find all users without parents. The search works as expected, but delete by query fails with has_parent] query and filter unsupported in delete_by_query api I've searched and it seems that it should be supported. Anything that I'm missing? {