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

Yannick Lecaillez
11.52.2016 11e4c53175413bc0fb64cef0409c207aca20e7c5
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/OnDiskMergeImporter.java
@@ -516,7 +516,7 @@
      {
        // Name could be a (attributeType)((.indexType)|(.matchingRule))
        // Add a trailing "." to ensure that resulting parts has always at least two parts.
        final String parts[] = (name + ".").split("\\.");
        final String parts[] = (name + ".*").split("\\.");
        // Is name represents all VLV index ?
        final SelectIndexName selector = new SelectIndexName();