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
Is it possible to clear all the index data to reindex files, or somehow to force reindexing?
The problem, why I need this, is described here: refinery/refinerycms-search#64 (comment)
If i just perform Model.all(&:save), it is looks like index is not updated for already indexed records (it is strange, but probably there is some mechanism which is checking if the data was actually updated, while I need to reindex all files without actually updating the data, but updating its encoding (.to_ascii))
The text was updated successfully, but these errors were encountered:
Is it possible to clear all the index data to reindex files, or somehow to force reindexing?
The problem, why I need this, is described here: refinery/refinerycms-search#64 (comment)
If i just perform Model.all(&:save), it is looks like index is not updated for already indexed records (it is strange, but probably there is some mechanism which is checking if the data was actually updated, while I need to reindex all files without actually updating the data, but updating its encoding (.to_ascii))
The text was updated successfully, but these errors were encountered: