Package org.forgerock.opendj.ldap.schema
Interface IndexingOptions
public interface IndexingOptions
Contains options indicating how indexing must be performed.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the maximum size to use when building the keys for the "substring" index.
-
Method Details
-
substringKeySize
int substringKeySize()Returns the maximum size to use when building the keys for the "substring" index.- Returns:
- the maximum size to use when building the keys for the "substring" index.
-