how Solr clustering works on the clouds?
Posted: Wed Feb 13, 2013 5:21 pm
hello, I am trying to use demo and install on Heroku cloud which does not offer file system. in such situation I don't know what to do with Solr indexed data. As far as I know, BroadLeaf uses default embedded Solr servers and makes indexing in scope of each clustered node, thus queries from particular node use only local to node index. On Heroku I have problem with that because of file system absence. How to handle this issue?
I was considering of usage external file storage like Amazon S3, but seems it does not support NFS so it will be not easy use S3 as indexed data storage.
please help, it is very urgent, thanks.
I was considering of usage external file storage like Amazon S3, but seems it does not support NFS so it will be not easy use S3 as indexed data storage.
please help, it is very urgent, thanks.