From 728e18799844092ff45bd2e3e9fc00cbc309ceb8 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 22 Sep 2009 21:50:44 +0000
Subject: [PATCH] Rebuild index messages

---
 opendj-sdk/opends/src/messages/messages/tools.properties |   11 ++++++++++-
 opendj-sdk/opends/src/messages/messages/jeb.properties   |   13 ++++++++-----
 opendj-sdk/opends/src/messages/messages/task.properties  |    2 ++
 3 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/jeb.properties b/opendj-sdk/opends/src/messages/messages/jeb.properties
index e75be31..1c4eabe 100644
--- a/opendj-sdk/opends/src/messages/messages/jeb.properties
+++ b/opendj-sdk/opends/src/messages/messages/jeb.properties
@@ -227,10 +227,10 @@
 NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=The change to the %s attribute will \
  not take effect until the backend is restarted
 NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% Completed. Processed %d/%d \
- records. (recent rate %.1f/sec)
+ entries. (recent rate %.1f/sec)
 NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Free memory = %d MB, Cache miss \
- rate = %.1f/record
-NOTICE_JEB_REBUILD_FINAL_STATUS_133=Rebuild complete. Processed %d records in \
+ rate = %.1f/entries
+NOTICE_JEB_REBUILD_FINAL_STATUS_133=Rebuild complete. Processed %d entries in \
  %d seconds (average rate %.1f/sec)
 SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding \
  index %s: %s
@@ -239,7 +239,7 @@
 SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is \
  already in progress
 NOTICE_JEB_REBUILD_START_137=Rebuild of index(es) %s started with %d total \
- records to process
+ entries to process
 SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be \
  done with the backend containing the base DN disabled
 SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry \
@@ -380,4 +380,7 @@
 error was received while processing the migrate existing task: %s
 SEVERE_ERR_JEB_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_203=The following \
 error was received while processing the append and replace task: %s
-
+NOTICE_JEB_REBUILD_ALL_START_204=Rebuild of all indexes started with %d total \
+ entries to process
+SEVERE_ERR_JEB_REBUILD_SUFFIX_ERROR_205=Rebuild of base DN %s failed \
+because it not available
diff --git a/opendj-sdk/opends/src/messages/messages/task.properties b/opendj-sdk/opends/src/messages/messages/task.properties
index 4d2890a..8ffc997 100644
--- a/opendj-sdk/opends/src/messages/messages/task.properties
+++ b/opendj-sdk/opends/src/messages/messages/task.properties
@@ -194,3 +194,5 @@
 SEVERE_ERR_TASK_LDAP_FAILED_TO_CONNECT_WRONG_PORT_106=Unable to connect to the \
  server at %s on port %s. Check this port is an administration port
 INFO_TASK_STATE_RECURRING_107=Recurring
+SEVERE_ERR_TASK_INDEXREBUILD_ALL_ERROR_108=Index option cannot be specified when \
+the rebuildAll option is used
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index d07aae6..5406a92 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -1510,7 +1510,8 @@
  given base DN
 INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME_851=Names of index(es) \
  to rebuild. For an attribute index this is simply an attribute name.  At \
- least one index must be specified for rebuild
+ least one index must be specified for rebuild. Cannot be used with the \
+ "--rebuildAll" option
 SEVERE_ERR_REBUILDINDEX_ERROR_DURING_REBUILD_852=An error occurred while \
  attempting to perform index rebuild:  %s
 SEVERE_ERR_REBUILDINDEX_WRONG_BACKEND_TYPE_853=The backend does not support \
@@ -2525,3 +2526,11 @@
 INFO_ENCPW_INPUT_PWD_2_1692=Please renter the password: 
 SEVERE_ERR_ENCPW_NOT_SAME_PW_1693=Provided passwords don't matched 
 SEVERE_ERR_ENCPW_CANNOT_READ_PW_1694=Cannot read password from the input: %s
+INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL_1695=Rebuild all indexes, including \
+any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used \
+with the "-i" option
+INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER_1697={directory}
+INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY_1698=Path to temporary directory \
+for index scratch files during index rebuilding
+SEVERE_ERR_REBUILDINDEX_REBUILD_ALL_ERROR_1699=Index "-i" option cannot be \
+specified with the "--rebuildAll" option

--
Gitblit v1.10.0