Re: hasParentFilter not working in SearchScrollRequestBuilder in v0.90.10

2014-01-14 Thread Dan Everton
This looks similar to this bug https://github.com/elasticsearch/elasticsearch/issues/4703 thought that's with has_child filters and doesn't throw an error. I wonder if it's a related issue though? There's both curl and JUnit test cases attached there if that helps. Cheers, Dan -- You receive

Re: hasParentFilter not working in SearchScrollRequestBuilder in v0.90.10

2014-01-14 Thread Sandeep Jain
Hi Alex, I configured client as true in classpath & having a static node instance in my app, so not creating instance on each query. I had created gist for the same: https://gist.github.com/sandy6jain/8421029 Thanks On Tuesday, January 14, 2014 3:53:17 AM UTC-8, Alexander Reelsen wrote: > > Hey

Re: hasParentFilter not working in SearchScrollRequestBuilder in v0.90.10

2014-01-14 Thread Alexander Reelsen
Hey, when you run NodeBuilder.nodeBuilder().node().client() - you are actually starting another elasticsearch instance. Is that intended? Why are returining JSON data, when executing java classes (I am a bit confused). Can you create a gist, which only contains curl calls or only contains a Java

hasParentFilter not working in SearchScrollRequestBuilder in v0.90.10

2014-01-11 Thread Sandeep Jain
Hi, After version upgrading to 0.90.10, I am facing a issue in SearchScrollRequestBuilder when query having parent filters, the response having the following failure message: { "took" : 45, "timed_out" : false, "_shards" : { "total" : 1, "successful" : 0, "failed" : 1, "f