From 8513213e8f8f1cd4d87a10b3218654c6988f5188 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 31 Mar 2015 10:00:47 +0000 Subject: [PATCH] CR-6474 OPENDJ-1711 - re-implement VLV support for pluggable backends --- opendj-server-legacy/src/admin/messages/BackendVLVIndexCfgDefn.properties | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/admin/messages/BackendVLVIndexCfgDefn.properties b/opendj-server-legacy/src/admin/messages/BackendVLVIndexCfgDefn.properties index 1546bda..a6370fc 100644 --- a/opendj-server-legacy/src/admin/messages/BackendVLVIndexCfgDefn.properties +++ b/opendj-server-legacy/src/admin/messages/BackendVLVIndexCfgDefn.properties @@ -7,8 +7,6 @@ property.filter.synopsis=Specifies the LDAP filter used in the query that is being indexed. property.filter.requires-admin-action.synopsis=The index must be rebuilt after modifying this property. property.filter.syntax.string.pattern.synopsis=A valid LDAP search filter. -property.max-block-size.synopsis=Specifies the number of entry IDs to store in a single sorted set before it must be split. -property.max-block-size.requires-admin-action.synopsis=The blocks are resized lazily the next time the index is modified. property.name.synopsis=Specifies a unique name for this VLV index. property.name.requires-admin-action.synopsis=The VLV index name cannot be altered after the index is created. property.scope.synopsis=Specifies the LDAP scope of the query that is being indexed. -- Gitblit v1.10.0