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

Commit e4eba06

Browse files
Barny ShergoldBarny Shergoldkeharper
authored
Index Status Updated (#8089)
* Index Status Updated * Corrected Linting * Update indexing.md * Update indexing.md Co-authored-by: Barny Shergold <barnyshergold@MacBook-Pro-9.local> Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 43353fc commit e4eba06

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/guides/v2.3/extension-dev-guide/indexing.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@ The following figure shows the logic for partial reindexing.
8282

8383
### Indexer status {#m2devgde-indexing-status}
8484

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

87-
* valid - data is synchronized, no reindex required
88-
* invalid - the original data was changed, the index should be updated
89-
* working - indexing is in progress
87+
Database Status|Admin Status|Description
88+
`valid`|Ready|Data is synchronized, no reindex required
89+
`invalid`|Reindex Required|The original data was changed, the index should be updated
90+
`working`|Processing|Indexing is in progress
91+
92+
The database status can be seen when viewing the SQL table `indexer_state`.
93+
The admin status can be seen when viewing the indexer grid in Magento Admin or when running the index status from the CLI.
9094

9195
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).
9296

0 commit comments

Comments
 (0)