- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2016
12:58 PM
01-12-2016
12:58 PM
How to reindex individual indexes?
Hi,
I apologize for the newbie question, but my mind is still based in Magento 1.9.x, where I'm used to reindexing individual indexes from the Index Management Area.
My question is how do I reindex an individual index? It seems the ability to reindex is no longer available from the management area.
Thanks,
Ryan
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2016
04:01 PM
01-12-2016
04:01 PM
Re: How to reindex individual indexes?
Your indexes will run in the background. You need to have the cron setup to make the indexes work. If you need to run an index manually you can use the CLI .
You can see it here
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Magento Moderator since 2009
Keep Calm and Clear Cache!
Keep Calm and Clear Cache!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2016
08:48 PM
01-12-2016
08:48 PM
Re: How to reindex individual indexes?
Use the bin/magento indexer:reindex [indexer] console command, and list the indices to rebuild in place of the [indexer] parameter: https://mage2.pro/t/163