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


---
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.
---

Reply via email to