Reusing Nested Documents

Our data structure contains documents where each one has one or more nested documents. The nested documents may be duplicated across many of the main documents. Is there a way to "reuse" the same nested document across multiple documents without the need to index it separately for each?

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