From cb65900f25345d0790d600482a6565331dcc80ea Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sun, 15 Mar 2009 17:27:48 +0000
Subject: [PATCH] - simplify index configuration and add some configuration placeholders for future use.
---
opends/src/admin/defn/org/opends/server/admin/std/NdbIndexConfiguration.xml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/NdbIndexConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/NdbIndexConfiguration.xml
index 859bf5d..55848e1 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/NdbIndexConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/NdbIndexConfiguration.xml
@@ -60,7 +60,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="index-entry-limit">
+ <adm:property name="index-entry-limit" advanced="true">
<adm:synopsis>
Specifies the maximum number of entries that are allowed
to match a given index key before that particular index key is no
@@ -97,8 +97,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="index-type" mandatory="true"
- multi-valued="true">
+ <adm:property name="index-type" multi-valued="true" advanced="true">
<adm:synopsis>
Specifies the type(s) of indexing that should be performed
for the associated attribute.
@@ -110,13 +109,16 @@
<adm:requires-admin-action>
<adm:other>
<adm:synopsis>
- If any new index types are added for an attribute, and
+ If any new index types are added for an attribute, and
values for that attribute already exist in the
database, the index must be rebuilt before it
will be accurate.
</adm:synopsis>
</adm:other>
</adm:requires-admin-action>
+ <adm:default-behavior>
+ <adm:undefined/>
+ </adm:default-behavior>
<adm:syntax>
<adm:enumeration>
<adm:value name="equality">
--
Gitblit v1.10.0