diff --git a/source/indexes.txt b/source/indexes.txt index 4897e5d01..2e07b9438 100644 --- a/source/indexes.txt +++ b/source/indexes.txt @@ -1,9 +1,9 @@ .. _node-fundamentals-indexes: .. _node-indexes: -====================== -Indexes on Collections -====================== +============================== +Indexes for Query Optimization +============================== .. facet:: :name: genre diff --git a/source/reference/quick-reference.txt b/source/reference/quick-reference.txt index 6cb1c5c21..8db56be39 100644 --- a/source/reference/quick-reference.txt +++ b/source/reference/quick-reference.txt @@ -38,8 +38,7 @@ Compatibility * - | **Find a Document** | | `API Documentation <{+api+}/classes/Collection.html#findOne>`__ - | :ref:`Usage Example ` - | :ref:`Query Operations ` + | :ref:`Find Documents Guide ` - .. io-code-block:: :copyable: true @@ -58,8 +57,7 @@ Compatibility * - | **Find Multiple Documents** | | `API Documentation <{+api+}/classes/Collection.html#find>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Find Documents Guide ` - .. io-code-block:: :copyable: true @@ -82,8 +80,7 @@ Compatibility * - | **Insert a Document** | | `API Documentation <{+api+}/classes/Collection.html#insert>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Insert Documents Guide ` - .. code-block:: javascript :copyable: true @@ -93,8 +90,7 @@ Compatibility * - | **Insert Multiple Documents** | | `API Documentation <{+api+}/classes/Collection.html#insertMany>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Insert Documents Guide ` - .. code-block:: javascript :copyable: true @@ -107,8 +103,7 @@ Compatibility * - | **Update a Document** | | `API Documentation <{+api+}/classes/Collection.html#update>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Update Documents Guide ` - .. io-code-block:: :copyable: true @@ -130,8 +125,7 @@ Compatibility * - | **Update Multiple Documents** | | `API Documentation <{+api+}/classes/Collection.html#updateMany>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Update Documents Guide ` - .. io-code-block:: :copyable: true @@ -157,7 +151,7 @@ Compatibility * - | **Update Arrays in Documents** | | `API Documentation <{+api+}/classes/Collection.html#update>`__ - | :ref:`Fundamentals ` + | :ref:`Update Arrays in a Document Guide ` - .. io-code-block:: :copyable: true @@ -179,8 +173,7 @@ Compatibility * - | **Replace a Document** | | `API Documentation <{+api+}/classes/Collection.html#replaceOne>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Replace Documents Guide ` - .. io-code-block:: :copyable: true @@ -202,8 +195,7 @@ Compatibility * - | **Delete a Document** | | `API Documentation <{+api+}/classes/Collection.html#deleteOne>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Delete Documents Guide ` - .. code-block:: javascript :copyable: true @@ -213,8 +205,7 @@ Compatibility * - | **Delete Multiple Documents** | | `API Documentation <{+api+}/classes/Collection.html#deleteMany>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Delete Documents Guide ` - .. code-block:: javascript :copyable: true @@ -224,7 +215,7 @@ Compatibility * - | **Bulk Write** | | `API Documentation <{+api+}/classes/Collection.html#bulkWrite>`__ - | :ref:`Usage Example ` + | :ref:`Bulk Operations Guide ` - .. io-code-block:: :copyable: true @@ -262,8 +253,7 @@ Compatibility * - | **Watch for Changes** | | `API Documentation <{+api+}/classes/Collection.html#watch>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Monitor Data with Change Streams Guide ` - .. code-block:: javascript :copyable: true @@ -272,7 +262,7 @@ Compatibility * - | **Access Data from a Cursor Iteratively** | - | :ref:`Fundamentals ` + | :ref:`Access Data from a Cursor Guide ` - .. io-code-block:: :copyable: true @@ -298,7 +288,7 @@ Compatibility * - | **Access Data from a Cursor as an Array** | | `API Documentation <{+api+}/classes/FindCursor.html#toArray>`__ - | :ref:`Fundamentals ` + | :ref:`Access Data from a Cursor Guide ` - .. io-code-block:: :copyable: true @@ -322,7 +312,7 @@ Compatibility * - | **Count Documents** | | `API Documentation <{+api+}/classes/Collection.html#countDocuments>`__ - | :ref:`Usage Example ` + | :ref:`Count Documents Guide ` - .. io-code-block:: :copyable: true @@ -340,8 +330,7 @@ Compatibility * - | **List the Distinct Documents or Field Values** | `API Documentation <{+api+}/classes/Collection.html#distinct>`__ - | :ref:`Usage Example ` - | :ref:`Fundamentals ` + | :ref:`Retrieve Distinct Values Guide ` - .. io-code-block:: :copyable: true @@ -360,7 +349,7 @@ Compatibility * - | **Limit the Number of Documents Retrieved** | | `API Documentation <{+api+}/classes/FindCursor.html#limit>`__ - | :ref:`Fundamentals ` + | :ref:`Limit Documents Reference ` - .. io-code-block:: :copyable: true @@ -382,7 +371,7 @@ Compatibility * - | **Skip Retrieved Documents** | | `API Documentation <{+api+}/classes/FindCursor.html#skip>`__ - | :ref:`Fundamentals ` + | :ref:`Skip Documents Reference ` - .. io-code-block:: :copyable: true @@ -405,7 +394,7 @@ Compatibility * - | **Sort the Documents When Retrieving Them** | | `API Documentation <{+api+}/classes/FindCursor.html#sort>`__ - | :ref:`Fundamentals ` + | :ref:`Sort Documents Reference ` - .. io-code-block:: :copyable: true @@ -429,7 +418,7 @@ Compatibility * - | **Project Document Fields When Retrieving Them** | | `API Documentation <{+api+}/classes/FindCursor.html#project>`__ - | :ref:`Fundamentals ` + | :ref:`Specify Which Fields to Return Guide ` - .. io-code-block:: :copyable: true @@ -452,7 +441,7 @@ Compatibility * - | **Create an Index** | | `API Documentation <{+api+}/classes/Collection.html#createIndex>`__ - | :ref:`Fundamentals ` + | :ref:`Indexes Guide ` - .. code-block:: javascript :copyable: true @@ -462,7 +451,7 @@ Compatibility * - | **Search Text** | | `API Documentation <{+api+}/classes/Collection.html#find>`__ - | :ref:`Fundamentals ` + | :ref:`Search Text Guide ` - .. io-code-block:: :copyable: true