From 2fe585593bd3b3ca68064e5df4e6ee6eb210a66a Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Tue, 29 May 2012 12:05:52 +0000 Subject: [PATCH] Fix OPENDJ-508 - Searches that rely on searchable virtual attribute may be slow. For those searchable virtual attributes that can be faster than indexing (like when always matching a single entry), we process them before indexes. For the others, we fall back to them when indexes are not enough. Changes include a little bit of tidy up of comments and IDE warnings. --- opends/src/messages/messages/extension.properties | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 3eba639..0c2fc7e 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1544,3 +1544,12 @@ properly configured for these types of searches MILD_ERR_FCM_SEARCH_FAILED_624=An internal failure occurred while \ attempting to map the certificate with fingerprint %s to a user entry: %s +MILD_ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE_625=The %s attribute is not \ + searchable and should not be included in otherwise unindexed search filters +MILD_ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE_626=The %s attribute is not \ + searchable and should not be included in otherwise unindexed search filters +MILD_ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE_627=The %s attribute is not \ + searchable and should not be included in otherwise unindexed search filters +MILD_ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE_628=The %s attribute is not \ + searchable and should not be included in otherwise unindexed search filters + \ No newline at end of file -- Gitblit v1.10.0