[Xapian-devel] Searching without flush?

Robert Pollak robert.pollak at fabasoft.com
Tue Jun 1 11:06:47 BST 2004


Hi,

I am using the Xapian-0.8.0 snapshot from 15-Apr-2004 02:14, and I am 
using the same Xapian::WritableDatabase instance for indexing and searching.

Currently each search causes a database flush, which is slow.
How can I avoid this flush?
It seems that I have to modify Xapian to either
- search only the already flushed data (eventually missing some hits)
or
- search the un-flushed data, too.

-- 
Robert Pollak
GPG Key ID: 748646AD





More information about the Xapian-devel mailing list