| | |
| | | attr.getAttributeType().getOrderingMatchingRule(); |
| | | |
| | | normalizedBytes = |
| | | orderingRule.normalizeValue(value.getValue()).toByteArray(); |
| | | orderingRule.normalizeAttributeValue(value.getValue()).toByteArray(); |
| | | |
| | | DatabaseEntry key = new DatabaseEntry(normalizedBytes); |
| | | try |
| | |
| | | attr.getAttributeType().getApproximateMatchingRule(); |
| | | |
| | | normalizedBytes = |
| | | approximateRule.normalizeValue(value.getValue()).toByteArray(); |
| | | approximateRule.normalizeAttributeValue(value.getValue()).toByteArray(); |
| | | |
| | | DatabaseEntry key = new DatabaseEntry(normalizedBytes); |
| | | try |