[ 
https://issues.apache.org/jira/browse/RYA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433403#comment-15433403
 ] 

David W. Lotts commented on RYA-94:
-----------------------------------

It's only an issue with Mongo.  

/mongodb.rya/src/main/java/mvm/rya/mongodb/MongoDBRyaDAO.delete() needs a loop 
like this:
                for (RyaSecondaryIndexer index : secondaryIndexers) {
                    index.delete(ryaStatement);
                }

> Remove from secondary indexes when deleting from DAO
> ----------------------------------------------------
>
>                 Key: RYA-94
>                 URL: https://issues.apache.org/jira/browse/RYA-94
>             Project: Rya
>          Issue Type: Bug
>            Reporter: Andrew Smith
>            Assignee: David W. Lotts
>            Priority: Blocker
>
> Currently, if a delete is made from the DAO, the secondary indexers are not 
> explicitly notified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to