Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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?

Change History (2)

comment:1 by Olly Betts, 19 years ago

Resolution: fixed
Status: newclosed

Yes, it's a generic xapian-core bug.

Thanks for reporting it, it should be fixed by revision 6329.

comment:2 by Olly Betts, 19 years ago

Operating System: All
Resolution: fixedreleased

Fixed in 0.9.2.

Note: See TracTickets for help on using tickets.