ES - Lucene indexes but stored in RDBMS - Possible?

Hi,

I can see ES lucene in back-end that is file based storage on a filesystem.

Is there any possibility to store the documents in a database in CLOB or BLOB fields. Any plugin available?

Having such option gives out of the box backups facilities through existing standard ways of backups etc.

Thanks
Ilyas

No. Lucene's got to memory map the files or it'd be super inefficient. While it might be possible to get something similar out of a BLOB field it'd be an amazing amount of effort.