I am trying to conserve doc count in Bonsai's Elasticsearch cluster. They've said that when I use nested fields, each nested field counts as an additional document. Is there a way to index my data to have nested fields (like multiple entries for authors or comments on a document) such that I can put all the individual authors into one document?
See article here: https://docs.bonsai.io/article/337-reducing-document-usage
Thank you!