[GitHub] incubator-rya pull request #72: RYA-133 Fix broken Mongo Secondary Indexers

2016-08-24 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/72 --- 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

[GitHub] incubator-rya pull request #72: RYA-133 Fix broken Mongo Secondary Indexers

2016-08-18 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/72#discussion_r75383666 --- Diff: extras/indexing/src/main/java/mvm/rya/indexing/FilterFunctionOptimizer.java --- @@ -101,23 +102,23 @@ public void setConf(final Configuration

[GitHub] incubator-rya pull request #72: RYA-133 Fix broken Mongo Secondary Indexers

2016-08-18 Thread DLotts
Github user DLotts commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/72#discussion_r75383276 --- Diff: extras/indexing/src/main/java/mvm/rya/indexing/FilterFunctionOptimizer.java --- @@ -101,23 +102,23 @@ public void setConf(final Configuration c

[GitHub] incubator-rya pull request #72: RYA-133 Fix broken Mongo Secondary Indexers

2016-08-18 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/72 RYA-133 Fix broken Mongo Secondary Indexers ## Description >What changed? The secondary indexers need an empty constructor. Moved back to an init() call instead, leave empty construc