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: source/atlas-search.txt
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ aggregation stage:
122
122
Learn more about this helper from the
123
123
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
124
124
125
+
.. _java-atlas-search-helpers:
126
+
125
127
SearchOperator Helper Methods
126
128
-----------------------------
127
129
@@ -142,8 +144,9 @@ for the following operations:
142
144
* - :atlas:`compound </atlas-search/compound/>`
143
145
- Combines two or more operators into a single query.
144
146
145
-
* - :atlas:`equals </atlas-search/equals/>` (``equals()`` and ``equalsNull()``)
146
-
- Checks whether a field matches a value you specify.
147
+
* - :atlas:`equals </atlas-search/equals/>`
148
+
- Checks whether a field matches a value you specify.
149
+
Maps to the ``equals()`` and ``equalsNull()`` methods
147
150
148
151
* - :atlas:`exists </atlas-search/exists/>`
149
152
- Tests if a path to a specified indexed field name exists in a document.
0 commit comments