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
get_stats operates directly on tantivy's index directory, so races can happen which result in FsError(Error { kind: NotFound, message: "entity not found" }). It's safe to ignore the error, however it might make sense to refactor that so the race can't happen.
The text was updated successfully, but these errors were encountered:
get_stats
operates directly on tantivy's index directory, so races can happen which result inFsError(Error { kind: NotFound, message: "entity not found" })
. It's safe to ignore the error, however it might make sense to refactor that so the race can't happen.The text was updated successfully, but these errors were encountered: