Uses of Interface
org.forgerock.opendj.ldap.schema.IndexingOptions
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of IndexingOptions in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionIndexQueryFactory.getIndexingOptionsOrNull
(AttributeDescription attributeDescription) Returns the indexing options for the provided attribute, ornull
if the attribute is not indexed.Modifier and TypeMethodDescriptionfinal 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. -
Uses of IndexingOptions in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionCollection<? extends Indexer>
HistoricalCsnOrderingMatchingRuleImpl.createIndexers
(Schema schema, IndexingOptions options) Collection<? extends Indexer>
HistoricalCsnRangeMatchingRuleImpl.createIndexers
(Schema schema, IndexingOptions options)