Hi guys,We have Apache Lucene based full text search that creates in-memory indexes. It's a nice feature, but it seems absolutely useless with persistence as indexes are dropped on node restart.
Probably we need a configuration flag and\or API call to rebuild them, or persist somehow.
Do we have plans/ticket for that? Or maybe some tricky way to recreate indexes?
Thanks! -Dmitry