Uses of Interface
org.forgerock.opendj.ldap.schema.IndexingOptions
Packages that use IndexingOptions
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of IndexingOptions in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return IndexingOptionsModifier and TypeMethodDescriptionIndexQueryFactory.getIndexingOptionsOrNull(AttributeDescription attributeDescription) Returns the indexing options for the provided attribute, ornullif the attribute is not indexed.Methods in org.forgerock.opendj.ldap.schema with parameters of type IndexingOptionsModifier 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.