#64 closed defect (released)
Updating a flint db (with scriptindex) needs XAPIAN_PREFER_FLINT
Reported by: | Arjen | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Backend-Flint | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description
When I've created a flint database and try reading from it, it works perfectly. Xapian recognizes the database and opens it without me having to do any extra work. But when I try to update it without XAPIAN_PREFER_FLINT=1 in the environment it creates a new Quartz database in the same directory as the Flint-database instead of updating the Flint-database already there.
This happens with scriptindex (from xapian-svn-6324) but I don't believe it is scriptindex-related?
Note:
See TracTickets
for help on using tickets.
Yes, it's a generic xapian-core bug.
Thanks for reporting it, it should be fixed by revision 6329.