You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/content/driver/tutorials/text-search.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,12 @@ pre = "<i class='fa'></i>"
10
10
11
11
## Text Search
12
12
13
-
MongoDB supports query operations that perform a [text search]({{<docsref "text-search" >}}) of string content. To perform text search, MongoDB uses a [text index]({{<docsref "core/index-text" >}}) and the [`$text` query operator]({{<docsref "reference/operator/query/text" >}}).
13
+
[Atlas Search](https://docs.atlas.mongodb.com/atlas-search) makes it easy to build fast, relevance-based search capabilities on top of your
14
+
MongoDB data. Try it today on [MongoDB Atlas](https://www.mongodb.com/cloud/atlas), our fully managed database as a service.
15
+
16
+
Alternatively, MongoDB supports simpler query operations that perform a [text search]({{<docsref "text-search" >}}) of string content. To
17
+
perform text search, MongoDB uses a [text index]({{<docsref "core/index-text" >}}) and the
The Java driver provides the [`Filters.text()`]({{< apiref "mongodb-driver-core" "com/mongodb/client/model/Filters.html#text(java.lang.String,com.mongodb.client.model.TextSearchOptions)" >}}) helper to facilitate the creation of text search query filters.
0 commit comments