📄️ 📘 全文搜索
到目前为止,我们有一个应用程序,但由于搜索功能相当有限,这并不太有用。
📄️ 📘 为什么需要搜索
搜索是一种强大的工具,可以为你的用户创造更好的体验。它将帮助他们更快、更高效地找到他们正在寻找的内容。它还将帮助他们发现他们原本不知道的内容。
📄️ 📘 Why MongoDB Search?
MongoDB Search is the built-in search solution for MongoDB. It is a fully managed service that is easy to set up, operate, and scale. MongoDB Search is based on Apache Lucene and supports the Apache Lucene Query Parser Syntax. It supports text search, geospatial search, and faceted search.
📄️ 📘 Atlas Search 如何工作
Atlas Search 使用倒排索引来支持文本搜索查询。倒排索引是一种数据结构,将集合中的每个唯一词汇映射到包含该词汇的文档。索引按词汇排序,每个词汇引用包含它的文档。