Aaron Mihalik created RYA-15:
--------------------------------
Summary: Add Drop Graph support for Secondary Indexers
Key: RYA-15
URL: https://issues.apache.org/jira/browse/RYA-15
Project: Rya
Issue Type: New Feature
Components: dao
Affects Versions: 3.2.9
Reporter: Aaron Mihalik
{{AccumuloRyaDAO.java}} contains this note. This task is to implement
dropGraph for the indexers, and verify it works for the DAO.
{code:java}
//TODO indexers do not support delete-UnsupportedOperation Exception will be
thrown
// for (AccumuloIndex index : secondaryIndexers) {
// index.dropGraph(graphs);
// }
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)