index = new MavibotRdnIndex();
}
else if ( mavobotIndexBean.getIndexAttributeId().equalsIgnoreCase( ApacheSchemaConstants.APACHE_ALIAS_AT ) ||
mavobotIndexBean.getIndexAttributeId().equalsIgnoreCase( ApacheSchemaConstants.APACHE_ALIAS_AT_OID ) )
{
index = new MavibotDnIndex( ApacheSchemaConstants.APACHE_ALIAS_AT_OID );
}
else
{
index = new MavibotIndex<String>( mavobotIndexBean.getIndexAttributeId(), hasReverse );
}