I am changing the index configurations on replica cluster in a database, but re-indexing is not getting triggered automatically whereas I have set the "reindexer enable" to "true".
Any thoughts around this?
答案 0 :(得分:4)
为了重新索引副本,您必须重新索引主副本。您可以先将新索引信息添加到副本,然后将其添加到主副本中。一旦它添加到主重建索引应该自动发生。如果它没有确保您在主服务器上将重新索引设置为true。
答案 1 :(得分:1)
在数据库复制设置中,必须先在副本上应用索引更改,然后在主服务器上应用它们。 您需要在主服务器上强制重新编制索引,以使副本处于索引更改的一致状态。
这里有一个解释:http://docs.marklogic.com/guide/concepts/backup-replication#id_27654
另见:http://docs.marklogic.com/guide/database-replication/dbrep_intro#id_27654