opends/src/server/org/opends/server/backends/jeb/ApproximateIndexer.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2010 Sun Microsystems, Inc. */ package org.opends.server.backends.jeb; @@ -160,6 +160,10 @@ for (Attribute attr : attrList) { if (attr.isVirtual()) { continue; } for (AttributeValue value : attr) { try @@ -196,6 +200,10 @@ for (Attribute attr : attrList) { if (attr.isVirtual()) { continue; } for (AttributeValue value : attr) { try