-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Geo Edits #78
Conversation
Distance Multiplier | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
:func:`distanceMultiplier` is a built-in function which will |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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>`
spherical query
* 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
* 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
* (DOCSP-24503): Add MDB 6.0 to list of supported versions * remove 4.0 from supported versions
DOCSP-35183 editing Sybase row
* DOCSP-13384: update heartbeat config descriptions
Updated the note on what a deprecated version means.
* (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
No description provided.