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/jeb.properties |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties
index fe26497..3e85d91 100644
--- a/opends/src/messages/messages/jeb.properties
+++ b/opends/src/messages/messages/jeb.properties
@@ -437,3 +437,12 @@
 SEVERE_ERR_REBUILD_INDEX_LACK_DISK_224=The disk containing directory \
   %s is full (%d bytes free). Rebuild index can not continue until the free \
   space rises above the threshold (%d bytes)
+INFO_JEB_INDEX_FILTER_INDEX_TYPE_DISABLED_225=%s index type is disabled for \
+  the %s attribute
+INFO_JEB_INDEX_FILTER_INDEX_NOT_TRUSTED_226=%s index is invalid and needs to \
+  be rebuilt
+INFO_JEB_INDEX_FILTER_INDEX_REBUILD_IN_PROGRESS_227=%s index is being rebuilt
+INFO_JEB_INDEX_FILTER_INDEX_LIMIT_EXCEEDED_228=The filter value exceeded the \
+  index entry limit for the %s index
+INFO_JEB_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED_229=Matching rule %s is \
+  disabled for the extensible index of the %s attribute

--
Gitblit v1.10.0