}
final int[] curKey = {0};
final String indexName = groupIndex.getIndexName().getName();
try(CloseableTransaction txn = txnService().beginCloseableTransaction(session())) {
store().traverse(session(), groupIndex, new IndexKeyVisitor() {
@Override
public boolean groupIndex()
{
return true;
}