LocalDBIndexCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweuser-friendly-name=Local DB Index
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweuser-friendly-plural-name=Local DB Indexes
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesynopsis=Local DB Indexes are used to store information that makes it possible to locate entries very quickly when processing search operations.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedescription=Indexing is performed on a per-attribute level and different types of indexing may be performed for different kinds of attributes, based on how they are expected to be accessed during search operations.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.attribute.synopsis=Specifies the name of the attribute for which the index is to be maintained.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-entry-limit.synopsis=Specifies the maximum number of entries that are allowed to match a given index key before that particular index key is no longer maintained.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-entry-limit.description=This is analogous to the ALL IDs threshold in the Sun Java System Directory Server. If this is specified, its value overrides the JE backend-wide configuration. For no limit, use 0 for the value.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-entry-limit.requires-admin-action.synopsis=If any index keys have already reached this limit, indexes must be rebuilt before they will be allowed to use the new limit.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-type.synopsis=Specifies the type(s) of indexing that should be performed for the associated attribute.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-type.description=For equality, presence, and substring index types, the associated attribute type must have a corresponding matching rule.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-type.requires-admin-action.synopsis=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.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovproperty.index-type.syntax.enumeration.value.approximate.synopsis=This index type is used to improve the efficiency of searches using approximate matching search filters.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.index-type.syntax.enumeration.value.equality.synopsis=This index type is used to improve the efficiency of searches using equality search filters.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovproperty.index-type.syntax.enumeration.value.ordering.synopsis=This index type is used to improve the efficiency of searches using "greater than or equal to" or "less then or equal to" search filters.
5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4eTheo Schlossnagleproperty.index-type.syntax.enumeration.value.presence.synopsis=This index type is used to improve the efficiency of searches using the presence search filters.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amoreproperty.index-type.syntax.enumeration.value.substring.synopsis=This index type is used to improve the efficiency of searches using substring search filters.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovproperty.substring-length.synopsis=The length of substrings in a substring index.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweproperty.substring-length.requires-admin-action.synopsis=The index must be rebuilt before it will reflect the new value.