opendj3-server-dev/src/server/org/opends/server/backends/jeb/Index.java
@@ -931,19 +931,11 @@ { EntryIDSet entryIDList = new EntryIDSet(key.getData(), data.getData()); if (!entryIDList.isDefined()) { return ConditionResult.UNDEFINED; } else if (entryIDList.contains(entryID)) { return ConditionResult.TRUE; } else { return ConditionResult.FALSE; } return ConditionResult.valueOf(entryIDList.contains(entryID)); } else {