Multiple indexers on same storage location in Lucene

两盒软妹~` 提交于 2019-12-07 00:18:25

First of all: never use NFS with Lucene, it's simply slow and risky.

If it comes to scalability and high availability I'd suggest you to just let elasticsearch do all the hard work for you, so that you can concentrate on your data. You can of course have multiple threads indexing data.

If you want to know more about the distributed nature of elasticsearch I'd suggest you to have a look at this video.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!