| opendj3-server-dev/src/server/org/opends/server/backends/jeb/AttributeIndex.java | ●●●●● patch | view | raw | blame | history |
opendj3-server-dev/src/server/org/opends/server/backends/jeb/AttributeIndex.java
@@ -178,7 +178,7 @@ { this.substringIndex = buildExtIndex( name, attrType, attrType.getSubstringMatchingRule(), new SubstringIndexer(attrType, config)); //nameToIndexes.put(IndexType.SUBSTRING.toString(), substringIndex); nameToIndexes.put(IndexType.SUBSTRING.toString(), substringIndex); } if (indexConfig.getIndexType().contains(IndexType.ORDERING))