Skip to content

Commit 904accd

Browse files
committed
rebase
1 parent 1bc3617 commit 904accd

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

source/atlas-search.txt

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -165,28 +165,4 @@ the following API documentation:
165165
- `MongoCollection.aggregate() <{+driver-api+}/MongoCollection.html#aggregate(java.util.List)>`__
166166
- `Aggregates.search() <{+core-api+}/client/model/Aggregates.html#search(com.mongodb.client.model.search.SearchCollector)>`__
167167
- `Aggregates.project() <{+core-api+}/client/model/Aggregates.html#project(org.bson.conversions.Bson)>`__
168-
- `SearchOperator <{+core-api+}/client/model/search/SearchOperator.html>`__
169-
170-
In this guide, you can learn how to use Atlas Search
171-
in the {+driver-short+}. For more information about Atlas Search and its
172-
benefits, see the :atlas:`Atlas Search </atlas-search/>` guide.
173-
174-
Atlas Search enables advanced search functionality for your applications without any additional management or
175-
separate search system alongside your database. Atlas Search queries take the
176-
form of an :ref:`aggregation pipeline <java-aggregation>` stage.
177-
178-
The following operators:
179-
180-
- ``phrase``
181-
182-
- ``regex``
183-
184-
- ``queryString``
185-
186-
- ``equals``
187-
188-
- ``moreLikeThis``
189-
190-
- ``in``
191-
192-
- ``wildcard``
168+
- `SearchOperator <{+core-api+}/client/model/search/SearchOperator.html>`__

0 commit comments

Comments
 (0)