it means that there were unprocessed rows in the mp_IndexingQueue and/or mp_TaskQueue tables before the move and those rows still have the old path.
TRUNCATE TABLE mp_IndexingQueue
TRUNCATE TABLE mp_TaskQueue
to remove the older rows.
Then if your site search does not seem up to date consider rebuilding the index again.