From 175deb8b11421fc5b352263f75e14a47afbd04cd Mon Sep 17 00:00:00 2001 From: Luca Guariento Date: Thu, 19 Dec 2019 13:30:27 +0000 Subject: [PATCH] Removed duplicated This element: repair() reconstructs every index (including the structural one) from what is contained in the persistent DOM (usually dom.dbx). was appearing twice. I just kept the first occurrence of it. --- .../xar-resources/data/devguide_indexes/devguide_indexes.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml b/src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml index 96c1f5bf..5fb54bc3 100644 --- a/src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml +++ b/src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml @@ -160,11 +160,6 @@ public void reopenIndexes() This method is called when repair() is called from org.exist.storage.NativeBroker. - - repair() reconstructs every index (including the - structural one) from what is contained in the persistent DOM (usually - dom.dbx). - open() will be called for every registered Index. That allows each index to (re)allocate the resources it needs for its persistent storage.