-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCSP-14818 Document new Atlas Search searchMeta stage
- Loading branch information
1 parent
b5dcaa5
commit 5ba307d
Showing
4 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
========================= | ||
$searchMeta (aggregation) | ||
========================= | ||
|
||
.. default-domain:: mongodb | ||
|
||
``searchMeta`` returns different :ref:`types of metadata result | ||
<fts-metadata-results>` documents for Atlas Search queries on the field | ||
or fields in an Atlas collection. The fields must be covered by an | ||
:atlas:`Atlas Search </reference/atlas-search/index-definitions/>` | ||
index. See: | ||
|
||
- :atlas:`Index Definitions | ||
</reference/atlas-search/index-definitions/>` to learn more about | ||
creating and managing Atlas Search indexes. | ||
- :atlas:`Atlas Search Aggregation Pipeline Stages | ||
</reference/atlas-search/query-syntax/>` to learn more about the | ||
``$searchMeta`` pipeline stage syntax, usage, and results. | ||
|
||
.. important:: | ||
|
||
The ``$searchMeta`` aggregation pipeline stage is only available for | ||
collections hosted on :atlas:`MongoDB Atlas </>` cluster tiers | ||
running MongoDB version 4.4.9 or later. To learn more, see | ||
:atlas:`Atlas Search </atlas-search/>`. |