From e29f9b24230ca25a71272e8513b2118e94132e17 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 31 Aug 2016 09:54:35 +0100 Subject: [PATCH] No longer say that ATOMIC_REBUILD is "Experimental" We've used this in production on a few sites for over a year now and haven't hit any problems. --- docs/topics/search/backends.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index 1b79cc20b..a1d8ecd37 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -52,11 +52,6 @@ By default (when using the Elasticsearch backend), when the ``update_index`` com Setting the ``ATOMIC_REBUILD`` setting to ``True`` makes Wagtail rebuild into a separate index while keep the old index active until the new one is fully built. When the rebuild is finished, the indexes are swapped atomically and the old index is deleted. -.. warning:: Experimental feature - - This feature is currently experimental. Please use it with caution. - - ``BACKEND`` ===========