idxStore.allocateNameRecords( nameId, encodeString( stringKey ) );
for ( DynamicRecord keyRecord : keyRecords )
{
record.addNameRecord( keyRecord );
}
idxStore.updateRecord( record );
indexHolder.addPropertyIndex( stringKey, keyId );
return keyId;
}
private int createNewRelationshipType( String name )