V3.5 easy way to rebuild indexes?

With v3.5 the index provider has changed. Anyone know of a slick way to rebuild all the indexes or do I need to go one by one and drop and recreate them?

You can generate a script by using cypher to drop and recreate them.

1 Like

Thanks! That's what I ended up doing, basically arriving at the same dynamic script you had made. Possible feature suggestion for future releases, an index rebuild procedure?