-
Notifications
You must be signed in to change notification settings - Fork 419
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
How to update index after importing from files #2136
Comments
@li2012xuan You can use the REINDEX command. To reindex the whole graph/schema, use |
Thanks for your reply, that is worked for me. |
@li2012xuan As of now, it isn't supported by age. However, PR #2117 addresses the issue of load_labels_from_file/load_edges_from_file not updating the indexes. |
Thanks, looking forward to the update. |
I used the load_labels_from_file method to import node data, but the index is not updated automatically, and when I use the Where condition query, the data cannot be queried.
What am I going to do?
Thanks.
The text was updated successfully, but these errors were encountered: