mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
09.54.2015 c0bf2cd1149cbb9490523b3e4115d9b7fd37fdce
OPENDJ-2037 Add clarification about unindexed searches

Thanks to Jean-Noël for the suggestion and review over IM.
1 files modified
8 ■■■■ changed files
opendj-server-legacy/src/main/docbkx/server-dev-guide/chap-virtual-attrs-collective-attrs.xml 8 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/server-dev-guide/chap-virtual-attrs-collective-attrs.xml
@@ -62,7 +62,13 @@
  <para>
   Since you do not index virtual attributes,
   generally avoid searches that use a simple filter with a virtual attribute.
   searching on a virtual attribute can result in an unindexed search.
   For an unindexed search OpenDJ directory server
   potentially has to go through all entries to look for candidate matches.
   Looking through all entries is resource-intensive for large directories.
   By default, OpenDJ directory server allows only the Directory Manager superuser
   to perform unindexed searches.
   Generally avoid searches that use a simple filter with a virtual attribute.
   Instead, consider the alternatives.
   For example, you can assign a password policy to a group
   as described in the procedure,