[
https://issues.apache.org/jira/browse/RYA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15336389#comment-15336389
]
ASF GitHub Bot commented on RYA-51:
-----------------------------------
Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/48#discussion_r67537519
--- Diff:
common/rya.api/src/main/java/mvm/rya/api/persist/index/RyaSecondaryIndexer.java
---
@@ -42,4 +44,14 @@
public void dropGraph(RyaURI... graphs);
+ /**
+ * @return the set of predicates indexed by the indexer.
+ */
+ public abstract Set<URI> getIndexablePredicates();
--- End diff --
All secondary indexers have one, PCJ's just return an empty HashSet
> Temporal indexing support for MongoDB
> -------------------------------------
>
> Key: RYA-51
> URL: https://issues.apache.org/jira/browse/RYA-51
> Project: Rya
> Issue Type: New Feature
> Components: dao
> Reporter: Puja Valiyil
> Assignee: Puja Valiyil
>
> There should be temporal indexing support for Mongo DB backed Rya. i imagine
> this would be implemented using another collection, similar to how temporal
> indexing is implemented in Rya with a supplementary table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)