+ "']" + "['" + column.getName() + "'] = '"
+ column.getValue() + "';");
}
indexProperties.put(column.getName(), column.getValue());
}
config.addIndex(indexName, indexProperties);
}
return config;
} catch (Exception ex) {
throw new RuntimeException("Failed to load indexing configuration: " + KEYSPACE + ":" + COLUMN_FAMILY, ex);
}