Step 1: Login to the admin panel of the Store
Step 2: Now Click on the System > Index Management Tab From the left menu.
Step 3: Now you will see the Index Management Screen as per the screenshot given below:
Step 4: From the Dropdown in the left most corner just select the action which you want
Step 5: After selection the action it will just look like as given below
How to reindex Magento 2 data via SSH
In the older version of the Magento the index management is dependent on the indexer.php file which is under the shell folder, but in the Magento 2, there is no indexer.php file now it is managed by the bin/magento.
sudo bin/magento indexer:status sudo bin/magento indexer:info sudo bin/magento indexer:reindex //It will Reindexes all the indexes
1. For Checking the indexer status just use the below command:
sudo bin/magento indexer:status
2. For Checking the indexer info just use the below command:
sudo bin/magento indexer:info
3. For Reindexes all the indexes:
sudo bin/magento indexer:reindex //It will Reindexes all the indexes
you can run the Single index process as it will take less time in comparission to the Reindexes All the indexer, Find the code below:
customer_grid //Customer Grid catalog_category_product //Category Products catalog_product_category //Product Categories catalog_product_price //Product Price catalog_product_attribute //Product EAV cataloginventory_stock //Stock catalogrule_rule //Catalog Rule Product catalogrule_product //Catalog Product Rule catalogsearch_fulltext //Catalog Search
By this you can run single indexer process as well, suppose you wants only to process Product EAV index then use the following command:
sudo bin/magento indexer:reindex catalog_product_attribute //It will Reindexes Category Products indexes
You can also run the individual indexing as given below for others:
sudo bin/magento indexer:reindex customer_grid //It will Reindexes Customer Grid indexes sudo bin/magento indexer:reindex catalog_category_product //It will Reindexes Category Products indexes sudo bin/magento indexer:reindex catalog_product_category //It will Reindexes Product Categories indexes sudo bin/magento indexer:reindex catalog_product_attribute //It will Reindexes Product EAV indexes sudo bin/magento indexer:reindex catalogrule_rule //It will Reindexes Catalog Rule Product indexes sudo bin/magento indexer:reindex catalogrule_product //It will Reindexes Catalog Product Rule indexes
Are you looking for the Index Management In Magento?
Stay tuned for the Magento 2 latest tutorial and updates, Hope you enjoyed reading, if you need the professional Magento Development we can help you, just Click on the Link and send me your requirements.
Please Like the Post on Facebook or Google+.