Help:ElasticStore/Maintenance mode/tr
SMWElasticStore
'un bakım modu', Elasticsearch'ın renew_interval
parametresinin yardımcı olması için -1
olarak ayarlandığı maintenance script "rebuildElasticIndex.php"Allows to rebuild all the semantic data for the Elasticsearch index indeksleme sırasında (toplu güncellemeler yoluyla) daha yüksek bir aktarım hızı gerçekleştirmek ve bunun sonucunda değişikliklerin hemen görünmemesi için çalışma durumunu yansıtır.123
In cases where the maintenance script "rebuildElasticIndex.php"Allows to rebuild all the semantic data for the Elasticsearch index was aborted or canceled, the refresh_interval
may have not been reset (depending on the operation system) to the default value. Therefore running the script with option --update-settings
restores the default value it is during regular operations of the wiki:
php rebuildElasticIndex.php --update-settings
Ayrıca bakınız[edit]
- Help page on replication monitoring
References
- ^ | "...refresh interval is set to -1, disabling the automatic refreshes, then requests ..."
- ^ | What exactly does -1 refresh_interval in Elasticsearch mean?
- ^ | Elasticsearch Refresh Interval vs Indexing Performance