search for: quartzwritabledatabase

Displaying 3 results from an estimated 3 matches for "quartzwritabledatabase".

2005 Jun 08
8
Building on Windows
...n-charge](std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, unsigned)' backends/.libs/libbackend.a(database.o): In function `_ZN6Xapian6Quartz4openERKSsii':/cygdrive/c/xapian-core-0.9.0/backends/d atabase.cc:67: undefined reference to `QuartzWritableDatabase::QuartzWritableDatabase[in-charge](std::basic_st ring<char, std::char_traits<char>, std::allocator<char> > const&, int, int)' backends/.libs/libbackend.a(database.o): In function `_ZN6Xapian8InMemory4openEv':/cygdrive/c/xapian-core-0.9.0/backends/data base.cc:78: undef...
2004 May 05
1
buffered tables, sessions, and transactions
...p://www.xapian.org/docs/sourcedoc/html/classQuartzDiskTable.html There's also a QuartzBufferedTable class which adds memory buffering of changes to this: http://www.xapian.org/docs/sourcedoc/html/classQuartzBufferedTable.html However, as of 0.8.0 we now buffer changes to the posting lists in QuartzWritableDatabase (in the "Private attributes" totlen_added through to mod_plists): http://www.xapian.org/docs/sourcedoc/html/classQuartzWritableDatabase.html This probably removes the main advantage of having QuartzBufferedTable. If we're adding new documents to a database, it probably doesn't h...
2009 Feb 12
1
problem when using xapian's static libs in windows
..._remote.obj) : error LNK2001: ????????? "public: __thiscall Xapian::WritableDatabase::WritableDatabase(class Xapian::Database::Internal *)" (??0WritableDatabase at Xapian@@QAE at PAVInternal@Database at 1@@Z) libbackend.lib(database.obj) : error LNK2019: ????????? "public: __thiscall QuartzWritableDatabase::QuartzWritableDatabase(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" (??0QuartzWritableDatabase@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@HH at Z)??????? "class Xapian...