Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Indexer> |
MatchingRuleImpl.createIndexers(IndexingOptions options)
Returns the indexers for this matching rule.
|
Collection<? extends Indexer> |
MatchingRule.createIndexers(IndexingOptions options)
Returns the indexers for this matching rule configured using the provided indexing options.
|
Collection<? extends Indexer> |
AbstractOrderingMatchingRuleImpl.createIndexers(IndexingOptions options) |
Collection<? extends Indexer> |
AbstractEqualityMatchingRuleImpl.createIndexers(IndexingOptions options) |
Modifier and Type | Method and Description |
---|---|
IndexingOptions |
IndexQueryFactory.getIndexingOptionsOrNull(AttributeDescription attributeDescription)
Returns the indexing options for the provided attribute, or
null if the attribute is not indexed. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.