From 4c6354275265e835bbab21af899df63b4dc0ebcb Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 26 Sep 2007 00:49:44 +0000 Subject: [PATCH] Update the backend API to include new isIndexed methods that can be used to determine whether a given attribute is indexed in a specified manner, or that can be used to determine whether a specified filter is indexed. At present, all backends except the JE backend and the replication backend are considered always indexed for all operations. The JE backend is only considered indexed based on its index configuration. The replication backend is never considered indexed. --- opends/src/messages/messages/backend.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties index 71e97e1..fa08abe 100644 --- a/opends/src/messages/messages/backend.properties +++ b/opends/src/messages/messages/backend.properties @@ -1032,3 +1032,7 @@ does not exist SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key \ store %s: %s +MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=This backend does not provide \ + support for the hasSubordinates operational attribute +MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=This backend does not provide \ + support for the numSubordinates operational attribute -- Gitblit v1.10.0