From b12119c55b89ece2495e84fba229d96439e8219b Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 30 Jul 2010 14:52:40 +0000 Subject: [PATCH] Implements index analysis features. There are 2 components: Index Filter Analyzer : Part of DatabaseEnvironmentProvider, it gathers search filter statistics and displays the index filter, number of hits, max matching entries, and a message. Compound filters are broken down to their basic elements. f an index was not utilized while evaluating the search filter, max matching entries will be -1 and a diagnostic message will be included. The monitor entry also includes when the analyzer was enabled along with the number of total index and unindexed searches processed. --- opends/src/messages/messages/tools.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index a338ed8..8cfb4cb 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -1985,7 +1985,7 @@ INFO_LABEL_DBTEST_JE_RECORD_COUNT_1356=Record Count INFO_LABEL_DBTEST_INDEX_NAME_1357=Index Name INFO_LABEL_DBTEST_INDEX_TYPE_1358=Index Type -INFO_LABEL_DBTEST_INDEX_STATUS_1359=Index Status +INFO_LABEL_DBTEST_INDEX_STATUS_1359=Index Valid INFO_LABEL_DBTEST_KEY_1360=Key INFO_LABEL_DBTEST_DATA_1361=Data SEVERE_WARN_DBTEST_CANNOT_UNLOCK_BACKEND_1362=An error occurred while \ -- Gitblit v1.10.0