Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Category products;
  2. Product categories;
  3. Product price;
  4. Product entity attribute value;
  5. Stock;
  6. Catalog rule product;
  7. Catalog product rule;
  8. Catalog search.
  9.  
  10. Log in to your Magento server admin panel as the file owner;
  11. Use the next option:php binmagento indexer:reindex where [indexer] is a space-separated list of indexers;
  12. The option is suitable for reindexing all the store: php binmagento indexer:reindex. In this case, you’ll see the corresponding results:
  13.  
  14. If you want to see the list of all indexers, type in: php binmagento indexer:info. Here you can find the name of a definite indexer, which is to be further reindexed through the command: php binmagento indexer:reindex indexer_name (the name of a desired indexer is applied to the ‘_name’ part).
Add Comment
Please, Sign In to add comment