How to maintain Sitecore Lucene indexes in huge content delivery webfarm?

后端 未结 4 894
盖世英雄少女心
盖世英雄少女心 2020-12-20 13:56

I know that Lucene indexes cannot be shared:

Sitecore keeps a local copy of the Lucene index in the file system of each instance and does not suppor

4条回答
  •  伪装坚强ぢ
    2020-12-20 14:34

    It should probably be pointed out that sitecore now recommends that you use Solr in this scenario and not to try and synchonise multiple Lucene indexes:

    The general reasons for using Solr instead of Lucene are...

    If you use multiple content delivery servers (or plan to do so later), use Solr. Solr works automatically in such an environment. You could use Lucene, but you have to make sure that indexes are synchronized across servers yourself.

    You should therefore use Solr if you plan to scale your site (have a distributed setup with multiple servers).

    From Using Solr or Lucene

提交回复
热议问题