Closed jcharaoui closed 10 years ago
Ah, this is the fulltext schema is updated. We don't have a migration path. You have to remove the directory that stores the fulltext data and then regenerate it using the admin api to rebuild it.
This is part of the adding of private bookmarks feature.
The bookie cli tool provides an admin 'reindex' command that hits the api to rebuild the index.
https://github.com/bookieio/bookie_api/blob/master/src/bookie_api/client.py#L229
Thanks. That did the trick.
At first glance the error doesn't seem to affect the fulltext indexing.