Hi,

Unfortunately this is not supported by elasticsearch, the parent document 
and the child document must be under the same index or else the rounting 
will not be established. You can either try coping the parent document if 
they are not many or you can use an other way to split your data like with 
a hash function and to ensure that both parent and child document will be 
indexed into the same index.

Hope it helps
Thomas

On Wednesday, 25 June 2014 04:48:48 UTC+3, Drew 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 curator) indices? If 
> so, how is this done? If not, what’s the alternative? 
>
> Thanks, 
>
> Drew

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d1d73ca5-8d7f-4515-83bb-87f956f5fd83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to