| | |
| | | import org.forgerock.opendj.ldap.schema.Schema; |
| | | import org.forgerock.opendj.ldap.spi.IndexingOptions; |
| | | import org.opends.server.api.ExtensibleIndexer; |
| | | import org.opends.server.api.MatchingRule; |
| | | import org.forgerock.opendj.ldap.schema.MatchingRule; |
| | | import org.opends.server.types.AttributeType; |
| | | |
| | | /** |
| | |
| | | @Override |
| | | public String getIndexID() |
| | | { |
| | | throw new RuntimeException("Code is not implemented"); |
| | | return "ordering"; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public String getExtensibleIndexID() |
| | | { |
| | | return "ordering"; |
| | | throw new RuntimeException("Code is not implemented"); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |