GitHub user amihalik opened a pull request:
https://github.com/apache/incubator-rya/pull/187
Rya 317 Added Near function for geo mongodb
(Note this is a continuation of PR #186. This PR includes additional
commits that will be squashed)
## Description
>What Changed?
Changed GeoTupleSet to no long always call GeoWithin
Create the Geo Indexer properly
Add GeoNear function for MongoDB and an unsupported exception for accumulo.
### Tests
>Coverage?
Full Near() coverage
added test to ensure delete works on GEO
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-317)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Reivew
@isper3at @meiercaleb
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amihalik/incubator-rya RYA-317
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #187
----
commit 168769a5bec213173f47701ebadda842c11c1092
Author: isper3at <[email protected]>
Date: 2017-07-25T20:15:38Z
RYA-317 Added Mongo Near support
Support for mongo added.
fixed so no longer always calls sfWithin
properly enabled Geo indexer in mongo
commit 0ca7597ff4d0c85a7f233bb1746cf401a81f6725
Author: Aaron Mihalik <[email protected]>
Date: 2017-07-27T14:54:57Z
Build Fix
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---