On 2/20/2018 3:22 PM, Ritesh Chaman wrote:
> May I know what all filesystems are supported by Solr. For eg ADLS,WASB, S3
> etc. Thanks.

Solr supports whatever your operating system supports.  It will expect
file locking to work be fully functional, so things like NFS don't
always work.  Local filesystems are very much preferred, and will
generally have the best performance.

As far as I am aware, the only filesystem that Solr has explicit support
for (outside of what the OS itself provides) is HDFS.

https://lucene.apache.org/solr/guide/7_2/running-solr-on-hdfs.html

There may be plugins available to store indexes in other stores like S3,
but if those exist, I am not immediately aware of them.  They would be
third-party plugins, not supported by the Solr project.

Thanks,
Shawn

Reply via email to