๐๏ธ ๐ Full Text Search
Before we dive into Atlas Vector Search, it's important to understand the underlying technology that powers it. Atlas Vector Search is built on top of Atlas Search.
๐๏ธ ๐ Why Search
Search is a powerful tool that will create a better experience for your users. It will help them find the content they are looking for faster and more efficiently. It will also help them discover content they didn't know existed.
๐๏ธ ๐ Why Atlas Search
Atlas Search is the built-in search solution for MongoDB Atlas. It is a fully managed service that is easy to set up, operate, and scale. Atlas Search is based on Apache Lucene and supports the Apache Lucene Query Parser Syntax. It supports text search, geospatial search, and faceted search.
๐๏ธ ๐ How Atlas Search Works
Atlas Search uses inverted indexes to support text search queries. An inverted index is a data structure that maps each unique term in a collection to the documents that contain that term. The index is sorted by term, with each term referencing the documents that contain it.