Date
1 - 3 of 3
Droping a graph delete all other graph indexes on Solr
@Tartar
Hello everyone,
I don't know if it's an issue or I have done something wrong but droping a graph delete all other indexes in solr. How I create my graphs:
In solr admin web page I check that my graph1 index has data. In Gremlin console I check that my graph2 has only its index with: When I run ConfiguredGraphFactory.drop("graph2"), I don't have data anymore in my graph1 index in solr admin page. Thank you for your help. |
|
@Tartar
Note: I tried to disable the graph2 index and remove it in Solr but problem persists.
|
|
@Tartar
After some investigation from my colleagues, the problem may come from the file SolrIndex.java on method clearStorage line 971 |
|