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