Skip to content

Geo Edits #78

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 17 commits into from
Aug 3, 2012
Merged

Geo Edits #78

merged 17 commits into from
Aug 3, 2012

Conversation

tychoish
Copy link
Contributor

No description provided.

Distance Multiplier
~~~~~~~~~~~~~~~~~~~

:func:`distanceMultiplier` is a built-in function which will
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a function.

@@ -24,7 +26,7 @@ Queries

MongoDB provides special :ref:`geospatial query operators
<geospatial-query-operators>` for performing queries on location data
inside of normal :func:`find() <db.collection.find()>` operation. The
inside the normal :func:`find() <db.collection.find()>` operator. The
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method.

construct these quires. Bounded queries do not return sorted results:
Bounded queries return results within the boundaries of a specified shape
in the query. The :operator:`$within` operator allows you to
construct these queries. Bounded queries do not return sorted results,
as a result these queries are faster than :ref:`proximity
<geospatial-query-proximity>` queries.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the change from a shape specified, to a specified shape, changes the meaning in a subtle and not terribly useful way. "a shape specified in the query," refers to an instance of a shape, where as "specified shape," is redundant because of the word "within" (what else would you do in a query except specify something?)

Also, I think we ought to take a step back from this paragraph because the wording isn't getting better with these tweaks. Save copy editing, lets just go with the following:

 Bounded queries return documents that have coordinates within a 
 shape specified in the query. Bounded queries, using the :operator:`$within`
 operator do not return sorted results and are faster than :ref:`proximity
 queries <geospatial-query-proximity>`

@tychoish tychoish merged commit 2c02d7b into mongodb:master Aug 3, 2012
mongo-cr-bot pushed a commit that referenced this pull request Nov 30, 2021
* DOCSP-3184 Steps to deploy encryption at rest

* Initial pass finished

* broken step refs

* Update URLs

* Clean up

* Internal review feedback

* Streamline initial synch steps

* Fix ref spacing
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request May 22, 2025
* DOCSP-23911 Adds capped collections line

* DOCSP-23911 Removes additional line, per Samykta

* DOCSP-23911 Fixes per Ashley

* DOCSP-23911 Refactors text to correct a build error, linking to page rather than the heading
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request May 22, 2025
* (DOCSP-24503): Add MDB 6.0 to list of supported versions

* remove 4.0 from supported versions
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 6, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 24, 2025
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 1, 2025
Updated the note on what a deprecated version means.
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jul 2, 2025
* (DOCSP-36688) Added Atlas Stream Processing content.

* (DOCSP-36688): Incorporated Helder's feedback.

* (DOCSP-36688): Small tweak.

* (DOCSP-36688): Incorporated feedback.

* (DOCSP-36688): Added include and small tweaks.

* (DOCSP-36688): H2 headings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants