Illustrates how embedding fields related to an atomic update within the same document ensures that the fields are in sync.说明了在同一文档中嵌入与原子更新相关的字段如何确保这些字段同步。
Describes one method for supporting keyword search by storing keywords in an array in the same document as the text field. 描述一种通过将关键字存储在与文本字段相同的文档中的数组中来支持关键字搜索的方法。Combined with a multi-key index, this pattern can support application's keyword search operations.结合多键索引,该模式可以支持应用程序的关键字搜索操作。