LocalDBVLVIndexCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Local DB VLV Index
885f47576842cf3c569315b9a48bd9f0ca03f203Automatic Updateruser-friendly-plural-name=Local DB VLV Indexes
71bd43eebd9d6e42dbcae62b730f5b6508d5acd8Automatic Updatersynopsis=Local DB VLV Indexes are used to store information about a specific search request that makes it possible to efficiently process them using the VLV control.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterdescription=A VLV index effectively notifies the server that a virtual list view, with specific query and sort parameters, will be performed. This index also allows the server to collect and maintain the information required to make using the virtual list view faster.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.base-dn.synopsis=Specifies the base DN used in the search query that is being indexed.
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updaterproperty.base-dn.requires-admin-action.synopsis=The index must be rebuilt after modifying this property.
0bddff542cf2ae1b6595020f2f72ca482c6b438fAutomatic Updaterproperty.filter.synopsis=Specifies the LDAP filter used in the query that is being indexed.
75b70a68aefaa17ac4e768d5ed85d2f50d471490Automatic Updaterproperty.filter.requires-admin-action.synopsis=The index must be rebuilt after modifying this property.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.filter.syntax.string.pattern.synopsis=A valid LDAP search filter.
ea854b585041ad19f70f7af15e08144ef2c2bd1bMark Andrewsproperty.max-block-size.synopsis=Specifies the number of entry IDs to store in a single sorted set before it must be split.
78cb74fab4665da2e2641ba909c6f59f74cc4193Automatic Updaterproperty.max-block-size.requires-admin-action.synopsis=The blocks are resized lazily the next time the index is modified.
c89d02f2fb4c06168236d600e86831cff324f763Mark Andrewsproperty.name.synopsis=Specifies a unique name for this VLV index.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updaterproperty.name.requires-admin-action.synopsis=The VLV index name cannot be altered after the index is created.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.scope.synopsis=Specifies the LDAP scope of the query that is being indexed.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsproperty.scope.requires-admin-action.synopsis=The index must be rebuilt after modifying this property.
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updaterproperty.scope.syntax.enumeration.value.base-object.synopsis=Search the base object only.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.scope.syntax.enumeration.value.single-level.synopsis=Search the immediate children of the base object but do not include any of their descendants or the base object itself.
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updaterproperty.scope.syntax.enumeration.value.subordinate-subtree.synopsis=Search the entire subtree below the base object but do not include the base object itself.
bc0a53583d92309bebcf93c408e2f3247ebd3d3cAutomatic Updaterproperty.scope.syntax.enumeration.value.whole-subtree.synopsis=Search the base object and the entire subtree below the base object.
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updaterproperty.sort-order.synopsis=Specifies the names of the attributes that are used to sort the entries for the query being indexed.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.sort-order.description=Multiple attributes can be used to determine the sort order by listing the attribute names from highest to lowest precedence. Optionally, + or - can be prefixed to the attribute name to sort the attribute in ascending order or descending order respectively.
96713299d08c0735c18ebe8772dd2cc1ecd4356aAutomatic Updaterproperty.sort-order.requires-admin-action.synopsis=The index must be rebuilt after modifying this property.
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updaterproperty.sort-order.syntax.string.pattern.synopsis=Valid attribute types defined in the schema, separated by a space and optionally prefixed by + or -.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews