When I create a spatial index the result is actually 2 neo indexes: a lucene "exact" index and a spatial one.
This is pretty much a general neo question but i've encountered the issue while using the spatial extension.
I'd like to programatically delete both indexes.
With cypher I can clear up the rtree graph fine and all the nodes it has modelled, but the neo indexes remain and are now garbage representing a map layer that no longer is important.
Can I delete indexes with Cypher?
Otherwise, how is this done?
Thanks!