| | |
| | | property.index-entry-limit.requires-admin-action.synopsis=If any index keys have already reached this limit, indexes need to be rebuilt before they are allowed to use the new limit. |
| | | property.index-filter-analyzer-enabled.synopsis=Indicates whether to gather statistical information about the search filters processed by the directory server while evaluating the usage of indexes. |
| | | property.index-filter-analyzer-enabled.description=Analyzing indexes requires gathering search filter usage patterns from user requests, especially for values as specified in the filters and subsequently looking the status of those values into the index files. When a search requests is processed, internal or user generated, a first phase uses indexes to find potential entries to be returned. Depending on the search filter, if the index of one of the specified attributes matches too many entries (exceeds the index entry limit), the search becomes non-indexed. In any case, all entries thus gathered (or the entire DIT) are matched against the filter for actually returning the search result. |
| | | property.index-filter-analyzer-max-filters.synopsis=The maximum number of search filter statistics to keep. |
| | | property.index-filter-analyzer-max-filters.description=When the maximum number of search filter is reached, the least used one will be deleted. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation. |
| | | property.je-property.synopsis=Specifies the database and environment properties for the Berkeley DB Java Edition database serving the data for this backend. |
| | | property.je-property.description=Any Berkeley DB Java Edition property can be specified using the following form: property-name=property-value. Refer to OpenDJ documentation for further information on related properties, their implications, and range values. The definitive identification of all the property parameters is available in the example.properties file of Berkeley DB Java Edition distribution. |
| | | property.max-entries.synopsis=The maximum number of search filter statistics to keep. |
| | | property.max-entries.description=When the maximum number of search filter is reached, the least used one will be deleted. |
| | | property.preload-time-limit.synopsis=Specifies the length of time that the backend is allowed to spend "pre-loading" data when it is initialized. |
| | | property.preload-time-limit.description=The pre-load process is used to pre-populate the database cache, so that it can be more quickly available when the server is processing requests. A duration of zero means there is no pre-load. |
| | | property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations. |