opendj3-server-dev/src/server/org/opends/server/backends/jeb/ApproximateIndexer.java
@@ -165,7 +165,7 @@ try { byte[] keyBytes = approximateRule.normalizeValue(value.getValue()).toByteArray(); approximateRule.normalizeAttributeValue(value.getValue()).toByteArray(); keys.add(keyBytes); } @@ -201,8 +201,8 @@ { try { byte[] keyBytes = approximateRule.normalizeValue(value.getValue()).toByteArray(); byte[] keyBytes = approximateRule .normalizeAttributeValue(value.getValue()).toByteArray(); Boolean cInsert = modifiedKeys.get(keyBytes); if(cInsert == null)