Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/187#discussion_r129949331
--- Diff:
extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/mongodb/geo/GeoMongoDBStorageStrategy.java
---
@@ -90,15 +113,18 @@ public GeoMongoDBStorageStrategy(final double
maxDistance) {
@Override
public void createIndices(final DBCollection coll){
- coll.createIndex("{" + GEO + " : \"2dsphere\"" );
--- End diff --
What was the issue here? We were missing "}" after 2dsphere?
---
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.
---