Skip to content

Commit

Permalink
Merge pull request #32 from Meg528/patch-5
Browse files Browse the repository at this point in the history
Update 3-why-atlas-search.mdx
  • Loading branch information
sis0k0 authored Sep 18, 2024
2 parents 18a6b76 + f2dbc08 commit 7af2f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1-full-text-search/3-why-atlas-search.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 📘 Why Atlas Search
# 📘 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.

Expand All @@ -12,4 +12,4 @@ Furthermore, Atlas Search is fully integrated with MongoDB Atlas, so you can eas

To use Atlas Search, you need to create a search index. A search index is a data structure that contains the data you want to search and the rules for how to search it. You can create a search index using the Atlas UI or the Atlas API.

Once you have an index in place, you can use the MongoDB Query API to query your data. This will be done with the new `$search` operator in your aggregation pipelines.
Once you have an index in place, you can use the MongoDB Query API to query your data. This will be done with the new `$search` operator in your aggregation pipelines.

0 comments on commit 7af2f81

Please sign in to comment.