Displaying 3 results from an estimated 3 matches for "flintwritabledatabase".
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000
When trying for force Xapian flush documents to flush after 20 million
documents Xapian ignores the size and flush it after only 10,000
documents.
Data captured from delve after 60 seconds interval when has been set as follow:
XAPIAN_FLUSH_THRESHOLD=20000000
perl -e ' while(1) { system("delve ."); sleep(60); } '
2007 Jul 24
1
Xapian::DocNotFoundError on replace_document? (Called from Search::Xapian)
Hello,
I'm using Xapian 1.0.2 (flint) and matching Search::Xapian.
I'm getting:
terminate called after throwing an instance of
'Xapian::DocNotFoundError', which dumps core.
at first it was after adding my 2nd document (to an empty db, although
I don't know if that has any bearing) to the database with a
replace_document() call.
I shifted the first document off the
2009 Feb 12
1
problem when using xapian's static libs in windows
...,struct std::char_traits<char>,class std::allocator<char> > const &)" (?open at Flint@Xapian@@YA?AVDatabase at 2@ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) ????
libbackend.lib(database.obj) : error LNK2019: ????????? "public: __thiscall FlintWritableDatabase::FlintWritableDatabase(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" (??0FlintWritableDatabase@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@HH at Z)??????? "class Xapian::...