-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not update index in index management #1498
Comments
@zhaoxiong123, after reworking indexer infrastructure in Magento this action is not available from admin, because it is not needed, but there is ability to do reindex using Magento CLI:
|
More information you can find here: http://devdocs.magento.com/guides/v1.0/architecture/index-cache/indexing.html |
Maybe message should be added in Index Management UI pointing out that things have been changed since Magento 1? It's not the first bug report regarding this. |
@orlangur, good point. Need to ask PO. |
I just downloaded Magento 2 and looking at a way to reindex. I found that there is no UI solution to re-index. It would help user's by notifying them that unlike magento 1.x, magento 2 does not support UI to reindex. Also I do not understand why re-indexing has been removed from UI and only console is the option. Any advantages ? Web site owners are not techie to play around with console to reindex website, they will always have to rely on someone. I am not sure if I am completely right, kindly provide your feedback. |
Hey Steve, I am quite aware about this link and have gone through it. Non techie will face problems as they do not have a web interface to re-index. I am not sure if you have understood my concern of point. |
bin/magento indexer:reindex catalogsearch_fulltext is not working. It's display "segment fault" error. After status change from "reindex-require" to "Processing". it's not completed. How to reindex again and where index related file Store Thanks |
I have the same problem as @sumanparihar, with Custome Grid and Catalog Search. Tried to change the status in the database (table: mr_indexer_state), then activate this process again. Process start, but the result is the same. |
I am here looking for a clear answer on why reindex is not an option from the admin? The links provided have lots of great information, but it's not clear whether or not we should have the reindex action available in the admin ui. |
I can't believe the index option was removed from admin.
"because it is not needed, but there is ability to do reindex using Magento CLI" |
On production site should not be cases when indexer must be run manually, but I believe that possibility of manually mark index as invalid should be present in UI. |
Yeah I mean I'm happy to fork the repo and develop this for magento2 but I just cant imagine it's not there by design. |
How the administrator can know that he needs to invalidate the cache? |
[EngCom] Public Pull Requests - MAGETWO-75328: getCacheTags for price issue #10930
…ser-dependencies Magetwo 89082 update composer dependencies
can not update index in index management
i not found the action button or view
The text was updated successfully, but these errors were encountered: