mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
04.08.2014 b455f65c3a5b7a354d555508850a753e55f32f4c
Checkpoint commit for OPENDJ-1308 Migrate schema support

Uncomment line that shouldn't be commented in AttributeIndex class
1 files modified
2 ■■■ changed files
opendj3-server-dev/src/server/org/opends/server/backends/jeb/AttributeIndex.java 2 ●●● 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))