-
Notifications
You must be signed in to change notification settings - Fork 43
[Java Sync] P1 - Shift Java ToC #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
707a429
adapt toc
rachel-mack 96c9745
update links
rachel-mack 74fbc8f
update references
rachel-mack c3702d3
atlas links
rachel-mack 5b52870
NR feedback
rachel-mack 4602d6d
remove link
rachel-mack e842892
redirects
rachel-mack 8c46b32
redirects version
rachel-mack e22ed82
redirect fix
rachel-mack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,21 @@ | ||
.. _java-atlas-search: | ||
|
||
============ | ||
Atlas Search | ||
============ | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: full text, text analyzer, meta, pipeline, scoring, Lucene | ||
:description: Learn about how to use Atlas Search in the {+driver-long+}. | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
See :atlas:`Atlas Search </atlas-search/>` in the MongoDB Atlas Manual. | ||
This file contains hidden or 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,22 @@ | ||
.. _java-atlas-vector-search: | ||
|
||
=================== | ||
Atlas Vector Search | ||
=================== | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: full text, text analyzer, meta, pipeline, scoring, Lucene, AI, artificial intelligence | ||
:description: Learn about how to use Atlas Vector Search in the {+driver-long+}. | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
See :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>` | ||
in the MongoDB Atlas Manual. |
This file contains hidden or 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 hidden or 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
File renamed without changes.
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 @@ | ||
.. _java-crud-operations: | ||
|
||
=============== | ||
CRUD Operations | ||
=============== | ||
|
||
.. toctree:: | ||
:caption: CRUD Operations | ||
|
||
Read </crud/read-operations> | ||
Write </crud/write-operations> | ||
Query </crud/query-document> | ||
Compound Operations </crud/compound-operations> | ||
|
||
CRUD (Create, Read, Update, Delete) operations enable you to work with | ||
data stored in MongoDB. | ||
|
||
- :doc:`Read Operations </crud/read-operations>` find and return | ||
documents stored in your database. | ||
- :doc:`Write Operations </crud/write-operations>` insert, modify, | ||
rachel-mack marked this conversation as resolved.
Show resolved
Hide resolved
|
||
or delete documents in your database. | ||
|
||
Some operations combine aspects of read and write operations. See our | ||
guide on :doc:`compound operations </crud/compound-operations>` | ||
rachel-mack marked this conversation as resolved.
Show resolved
Hide resolved
|
||
to learn more about these hybrid methods. |
This file contains hidden or 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
File renamed without changes.
This file contains hidden or 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,28 @@ | ||
=============== | ||
Read Operations | ||
=============== | ||
|
||
.. meta:: | ||
:description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}. | ||
|
||
.. toctree:: | ||
:caption: Read Operations | ||
|
||
Retrieve Data </crud/read-operations/retrieve> | ||
Data from a Cursor </crud/read-operations/cursor> | ||
Sort Results </crud/read-operations/sort> | ||
Skip Returned Results </crud/read-operations/skip> | ||
Limit Returned Results </crud/read-operations/limit> | ||
Specify Fields to Return </crud/read-operations/project> | ||
Geospatial Data </crud/read-operations/geo> | ||
Search Text </crud/read-operations/text> | ||
|
||
- :doc:`/crud/read-operations/retrieve` | ||
- :doc:`/crud/read-operations/cursor` | ||
- :doc:`/crud/read-operations/change-streams` | ||
- :doc:`/crud/read-operations/sort` | ||
- :doc:`/crud/read-operations/skip` | ||
- :doc:`/crud/read-operations/limit` | ||
- :doc:`/crud/read-operations/project` | ||
- :doc:`/crud/read-operations/geo` | ||
- :doc:`/crud/read-operations/text` |
File renamed without changes.
This file contains hidden or 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 hidden or 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
File renamed without changes.
This file contains hidden or 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
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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,23 @@ | ||
================ | ||
Write Operations | ||
================ | ||
|
||
.. meta:: | ||
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}. | ||
|
||
.. toctree:: | ||
:caption: Write Operations | ||
|
||
Insert </crud/write-operations/insert> | ||
Delete </crud/write-operations/delete> | ||
Modify </crud/write-operations/modify> | ||
Update Array Elements </crud/write-operations/embedded-arrays> | ||
Upsert </crud/write-operations/upsert> | ||
Bulk Operations </crud/write-operations/bulk> | ||
|
||
- :doc:`/crud/write-operations/insert` | ||
- :doc:`/crud/write-operations/delete` | ||
- :doc:`/crud/write-operations/modify` | ||
- :doc:`/crud/write-operations/embedded-arrays` | ||
- :doc:`/crud/write-operations/upsert` | ||
- :doc:`/crud/write-operations/bulk` |
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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
File renamed without changes.
This file contains hidden or 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 @@ | ||
============ | ||
Data Formats | ||
============ | ||
|
||
.. meta:: | ||
:description: Learn how to convert between MongoDB and Java data formats by using the {+driver-long+}. | ||
|
||
.. toctree:: | ||
:caption: Data Formats | ||
|
||
BSON </data-formats/document-data-format-bson> | ||
Extended JSON </data-formats/document-data-format-extended-json> | ||
Documents </data-formats/documents> | ||
POJOs </data-formats/document-data-format-pojo> | ||
Records </data-formats/document-data-format-record> | ||
POJO Customization </data-formats/pojo-customization> | ||
Codecs </data-formats/codecs> | ||
|
||
- :doc:`/data-formats/document-data-format-bson` | ||
- :doc:`/data-formats/document-data-format-extended-json` | ||
- :doc:`/data-formats/documents` | ||
- :doc:`/data-formats/document-data-format-pojo` | ||
- :doc:`/data-formats/document-data-format-record` | ||
- :doc:`/data-formats/pojo-customization` | ||
- :doc:`/data-formats/codecs` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.