| | |
| | | import org.forgerock.opendj.ldap.DecodeException; |
| | | import org.opends.server.api.ExtensibleIndexer; |
| | | import org.opends.server.api.MatchingRule; |
| | | import org.opends.server.types.Attribute; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.AttributeValue; |
| | | import org.opends.server.types.Entry; |
| | | import org.opends.server.types.Modification; |
| | | import org.opends.server.types.Attribute; |
| | | |
| | | /** |
| | | *This class implements an Indexer for extensible matching rules in JE Backend. |
| | |
| | | { |
| | | if (!attr.isVirtual()) |
| | | { |
| | | for (AttributeValue value : attr) |
| | | for (ByteString value : attr) |
| | | { |
| | | try |
| | | { |
| | | extensibleIndexer.createKeys(null, value.getValue(), null, keys); |
| | | extensibleIndexer.createKeys(null, value, null, keys); |
| | | } |
| | | catch (DecodeException e) |
| | | { |