Create new index as join of two indices on specific field

I have an index Orders with username field. But now I have new separate index Users where I now have more info about user than I was previously saving in Orders index.

How can I reindex Orders index to contain these new fields about user from Users index? Basically I need to JOIN Orders index with Users index based on username field. Is it possible to do something like that?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.