pull/1573/head
Matt Westcott 2015-08-01 11:13:46 +02:00
rodzic 55c3606b16
commit bd59ee93b6
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,11 @@ Usually, an operation that retrieves a queryset of pages (such as ``homepage.get
Previously, this was implemented in :mod:`~wagtail.wagtailsearch` but now has
been moved into a separate module: :mod:`wagtail.contrib.wagtailsearchpromotions`
Atomic rebuilding of Elasticsearch indexes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Elasticsearch search backend now accepts an experimental ``ATOMIC_REBUILD`` flag which ensures that the existing search index continues to be available while the ``update_index`` task is running. See :ref:`wagtailsearch_backends_atomic_rebuild`.
Minor features
~~~~~~~~~~~~~~

Wyświetl plik

@ -41,6 +41,8 @@ The ``AUTO_UPDATE`` setting allows you to disable this on a per-index basis:
If you have disabled auto update, you must run the :ref:`update_index` command on a regular basis to keep the index in sync with the database.
.. _wagtailsearch_backends_atomic_rebuild:
``ATOMIC_REBUILD``
==================