Hello, i have a web application that delivers static html content to the user.
I have been thinking about the possibility to deliver this content from solr instead of delivering it from the filesystem. This would prevent the "double" stored content (html files on file systems + additional solr cores) Is this a viable approach or a no go? In case of a no go why do you think it is wrong In case of the suggestion of a nosql database, what makes noSql superior to solr? Regards and Thanks for your time