Skip to content

Commit 7b9a753

Browse files
committed
Add link to Atlas Search at the top of the text search tutorial
JAVA-3718
1 parent fb27853 commit 7b9a753

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/reference/content/driver/tutorials/text-search.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ pre = "<i class='fa'></i>"
1010

1111
## Text Search
1212

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
18+
[`$text` query operator]({{<docsref "reference/operator/query/text" >}}).
1419

1520
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.
1621

0 commit comments

Comments
 (0)