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?