TransactionController.MODE_TABLE,
TransactionController.ISOLATION_REPEATABLE_READ);
while ( heapScan.fetchNext(heapRow.getRowArray()) )
{
heapScan.fetchLocation( heapLocation );
indexRowGenerator.getIndexRow( heapRow, heapLocation, indexableRow, (FormatableBitSet) null );
indexController.insert(indexableRow.getRowArray());
}