| | |
| | | import org.forgerock.opendj.ldap.ByteSequence; |
| | | import org.forgerock.opendj.ldap.DecodeException; |
| | | import org.forgerock.opendj.ldap.spi.IndexQueryFactory; |
| | | import org.forgerock.opendj.ldap.spi.IndexingOptions; |
| | | |
| | | /** |
| | | * This interface defines the set of methods that must be |
| | |
| | | * Returns a collection of extensible indexers associated with this matching |
| | | * rule. |
| | | * |
| | | * @param indexingOptions |
| | | * The indexing options to be used by this matching rule. |
| | | * @return The collection of extensible indexers associated with this matching |
| | | * rule. |
| | | */ |
| | | Collection<ExtensibleIndexer> getIndexers(IndexingOptions indexingOptions); |
| | | Collection<ExtensibleIndexer> getIndexers(); |
| | | |
| | | |
| | | |