You can no longer do any re-indexing manually through Magento Dashboard – you can either do it through a cron-job or using a series of commands on the command line.
1 |
php bin/magento indexer:reindex |
You can specify an optional reindexer name to re-index a specific index otherwise the above command will re-index all of them one after the other.