Skip to content

Commit 79f5045

Browse files
committed
references
1 parent e9e76c9 commit 79f5045

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

source/atlas-search.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ aggregation stage:
122122
Learn more about this helper from the
123123
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
124124

125+
.. _java-atlas-search-helpers:
126+
125127
SearchOperator Helper Methods
126128
-----------------------------
127129

@@ -142,8 +144,9 @@ for the following operations:
142144
* - :atlas:`compound </atlas-search/compound/>`
143145
- Combines two or more operators into a single query.
144146

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
147150

148151
* - :atlas:`exists </atlas-search/exists/>`
149152
- Tests if a path to a specified indexed field name exists in a document.
@@ -166,8 +169,9 @@ for the following operations:
166169
* - :atlas:`queryString </atlas-search/queryString/>`
167170
- Supports querying a combination of indexed fields and values.
168171

169-
* - :atlas:`range </atlas-search/range/>` (``numberRange()`` and ``dateRange()``)
170-
- Supports querying and scoring numeric, date, and string values.
172+
* - :atlas:`range </atlas-search/range/>`
173+
- Supports querying and scoring numeric, date, and string values.
174+
Maps to the ``numberRange()`` and ``dateRange()`` methods
171175

172176
* - :atlas:`regex </atlas-search/regex/>`
173177
- Interprets the query field as a regular expression.

source/references/whats-new.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ and features:
5454

5555
.. replacement:: atlas-query-operators
5656

57-
the :ref:`java-atlas-search` page
57+
the :ref:`SearchOperators Helper Methods<java-atlas-search-helpers>`
58+
section of the Atlas Search page
5859

5960
.. _java-version-5.3:
6061

0 commit comments

Comments
 (0)