2

How to do indexing in Magento2.0?

I cant find any option there? I tried both Update by schedule and Update on Save. But no luck

enter image description here

Anto S
  • 1,417
  • 5
  • 30
  • 56

2 Answers2

2

reindex magento2 using command

for example your magento root directory is "magento2"

Your path like

var\www\html\magento2\bin

Now You have to enter command

sudo php magento indexer:reindex

I hope this will help you.

Denish Vachhani
  • 4,562
  • 3
  • 16
  • 47
2

You can't do indexing manually using admin panel in magento 2.

The best way to do indexing is using command line. First go to your magento/bin path and hit command

sudo php magento indexer:reindex

Rakesh Jesadiya
  • 42,221
  • 18
  • 132
  • 183