I am looking into integrating the use of the apoc.es
functions to help manage ElasticSearch indexes. I see there are several apoc.es
functions that should allow creating new and updating existing ElasticSearch indexes.
Has anyone done anything with deleting ElasticSearch indexing? Based on the current way stuff is getting done, being able to delete would be especially helpful. My aim is to configure the ES indexing to run as part of the ETL process.
This problem is based on a restructuring of our ETL process and was trying to see if this could be done using just cypher initially. I'm curious to get other insights on how people approach managing ElasticSearch indexes with their graph. One caveat to this issue is that the environment in which I am working isn't something that makes it easy to add a new tool or product to help out. That being said, any insight on how others tackle this problem is welcome.