Uses of Interface
org.forgerock.opendj.ldap.schema.Indexer
-
Packages that use Indexer Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas. -
-
Uses of Indexer in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type Indexer Modifier and Type Method Description Collection<? extends Indexer>
AbstractOrderingMatchingRuleImpl. createIndexers(Schema schema, IndexingOptions options)
Collection<? extends Indexer>
MatchingRule. createIndexers(IndexingOptions options)
Returns the indexers for this matching rule configured using the provided indexing options.Collection<? extends Indexer>
MatchingRuleImpl. createIndexers(Schema schema, IndexingOptions options)
Returns the indexers for this matching rule.
-