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
I have a general question.
After Indexing a table into redisearch, What happens when we update some field in database of create a new row.
We have to update index in redisearch manually?
The text was updated successfully, but these errors were encountered:
Just like we run manage,py migrate to synchronizes the database state with the current set of models we need to run manage,py index to update the RediSearch Schema and indexed data. This is only required if you decide to index the newly added/updated fields to Redis (by adding the field to a Document Class)
Hi
Thanks for this great library.
I have a general question.
After Indexing a table into redisearch, What happens when we update some field in database of create a new row.
We have to update index in redisearch manually?
The text was updated successfully, but these errors were encountered: