opends/src/server/org/opends/server/backends/jeb/JEExtensibleIndexer.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2009 Sun Microsystems, Inc. * Copyright 2009-2010 Sun Microsystems, Inc. */ @@ -180,6 +180,10 @@ for (Attribute attr : attrList) { if (attr.isVirtual()) { continue; } for (AttributeValue value : attr) { extensibleIndexer.getKeys(value, keys); @@ -205,10 +209,14 @@ for (Attribute attr : attrList) { if (attr.isVirtual()) { continue; } for (AttributeValue value : attr) { extensibleIndexer.getKeys(value,modifiedKeys,insert); } } } } }