Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Index Status Updated #7821

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/guides/v2.3/extension-dev-guide/indexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ The following figure shows the logic for partial reindexing.

Depending on whether an index data is up to date, an indexer status value is one of the following:

* valid - data is synchronized, no reindex required
* invalid - the original data was changed, the index should be updated
* working - indexing is in progress
* Ready - data is synchronized, no reindex required
* Reindex Required - the original data was changed, the index should be updated
* Processing - indexing is in progress

The Magento indexing mechanism uses the status value in reindex triggering process. You can check the status of an indexer in the [Admin](https://glossary.magento.com/admin) panel in **System >** Tools **> Index Management** or manually using the [command line]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-index.html#view-indexer-status).

Expand Down