Skip to content

Commit aeb5777

Browse files
committed
atlas operators
1 parent aa084da commit aeb5777

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

source/atlas-search.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Atlas Search
2121
Overview
2222
--------
2323

24-
<<<<<<< HEAD
2524
In this guide, you can learn how to use the {+driver-short+} to
2625
run :atlas:`Atlas Search </atlas-search/>` queries on a collection.
2726
Atlas Search enables you to perform full-text searches on collections
@@ -106,28 +105,3 @@ the following API documentation:
106105
- `MongoCollection.aggregate() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#aggregate(java.util.List)>`__
107106
- `Aggregates.search() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#search(com.mongodb.client.model.search.SearchCollector)>`__
108107
- `Aggregates.project() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#project(org.bson.conversions.Bson)>`__
109-
=======
110-
In this guide, you can learn how to use Atlas Search
111-
in the {+driver-short+}. For more information about Atlas Search and its
112-
benefits, see the :atlas:`Atlas Search </atlas-search/>` guide.
113-
114-
Atlas Search enables advanced search functionality for your applications without any additional management or
115-
separate search system alongside your database. Atlas Search queries take the
116-
form of an :ref:`aggregation pipeline <java-aggregation>` stage.
117-
118-
The following operators:
119-
120-
- ``phrase``
121-
122-
- ``regex``
123-
124-
- ``queryString``
125-
126-
- ``equals``
127-
128-
- ``moreLikeThis``
129-
130-
- ``in``
131-
132-
- ``wildcard``
133-
>>>>>>> 666e714 (atlas search operators)

0 commit comments

Comments
 (0)