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
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
In a heavy update-during-search usage pattern when Xapian Database is being
updated by process A (e.g. 'index' command), and another process B
(Django+Djapian powered site) is being using the database for search, Xapian
raises 'DatabaseModifiedError' exceptions periodically.
When 'DatabaseModifiedError' exception occurs, the Xapian Database instance
must be reopened by using its 'reopen()' method.
Original issue reported on code.google.com by esizi...@gmail.com on 21 Oct 2011 at 12:45
Original issue reported on code.google.com by
esizi...@gmail.comon 21 Oct 2011 at 12:45