You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/extension-dev-guide/indexing.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,15 @@ The following figure shows the logic for partial reindexing.
82
82
83
83
### Indexer status {#m2devgde-indexing-status}
84
84
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:
86
86
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.
90
94
91
95
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).
0 commit comments