Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
See PR #3278. Hopefully it will get merged into one of the next releases. https://github.com/elasticsearch/elasticsearch/pull/3278 Thanks, Matt Weber On Thu, Jun 26, 2014 at 12:10 AM, Thomas thomas.bo...@gmail.com wrote: Hi, Unfortunately this is not supported by elasticsearch, the

Re: Corss-index parent/child relationship

2014-06-26 Thread Drew Kutcharian
Thanks Matt, that feature is exactly what we need. One thing I couldn't figure out was that I would be able to pass a routing key so only relevant shards would be queried, right? On Jun 26, 2014, at 8:14 AM, Matt Weber matt.we...@gmail.com wrote: See PR #3278. Hopefully it will get merged

Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
I have not tested routing but I did put that functionality in so it should work fine. Let me know if you have any issues! Thanks, Matt Weber On Thu, Jun 26, 2014 at 7:20 PM, Drew Kutcharian d...@venarc.com wrote: Thanks Matt, that feature is exactly what we need. One thing I couldn’t

Re: Corss-index parent/child relationship

2014-06-25 Thread Drew Kutcharian
bump ;) On Jun 24, 2014, at 6:48 PM, Drew Kutcharian d...@venarc.com wrote: Hi! Does ES support cross-index parent/child relationship? More specifically, can I have all the parents in one index (say users) and the children (say events) in a multiple time series style (managed by

Corss-index parent/child relationship

2014-06-24 Thread Drew Kutcharian
Hi! Does ES support cross-index parent/child relationship? More specifically, can I have all the parents in one index (say users) and the children (say events) in a multiple time series style (managed by curator) indices? If so, how is this done? If not, what's the alternative? Thanks, Drew