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/core.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 4613a96..5e1fddb 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1672,3 +1672,6 @@ SEVERE_ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH_659=Password policy \ configuration entry %s references deprecated password storage scheme DN %s \ which does not support the auth password syntax +SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=The search filter "%s" used by group \ + implementation %s is not indexed in backend %s. Backend initialization \ + for this group implementation may take a very long time to complete -- Gitblit v1.10.0