search for: inmemorydatabase

Displaying 5 results from an estimated 5 matches for "inmemorydatabase".

Did you mean: inmemory_database
2005 Aug 12
1
error building xapian
...e argument list inmemory_database.h:175: error: template argument 1 is invalid inmemory_database.h:175: error: expected ',' or '...' before '>' token inmemory_database.cc:79: error: prototype for 'InMemoryPostList::InMemoryPostList(Xapian::Internal::RefCntPtr<const InMemoryDatabase>, const InMemoryTerm&)' does not match any in class 'InMemoryPostList' inmemory_database.h:126: error: candidates are: InMemoryPostList::InMemoryPostList(const InMemoryPostList&) inmemory_database.h:142: error: InMemoryPostList::InMemoryPostList(int) inmemory_...
2018 May 21
1
Xapian InMemoryDatabase Concurrent Control Problem
Dear Members of Xapian Project, Sorry for troubling you this time. I am currently facing a challenge that I can not search and update Xapian "InMemoryDatabase" concurrently via 2 different threads although I have added the critical area mutex which allows only reading/writing at one single time. More specifically, along with the core dump, the error message was "double free or corruption (!prev): 0x000000000121f3b0" indicated a memory free...
2018 Apr 19
1
Xapian posting lists in memory mode
...as the database and the searching engine in my IR system. I am currently facing a tough problem that I'd like to put all my posting lists in memory of my high-end machine. I went through all related tutorials, documents and materials of the Xapian but I found nothing except a class called "InMemoryDatabase" and a related issue (https://trac.xapian.org/ticket/59#no1) without updating in recent years. As for the class "InMemoryDatabase", I found pages of tutorials then tried and drew the conclusion that the "InMemoryDatabase" unfortunately can not out-performs the general DiskD...
2009 Feb 12
1
problem when using xapian's static libs in windows
...rmIterator::Internal *)" (??0TermIterator at Xapian@@QAE at PAVInternal@01@@Z) libinmemory.lib(inmemory_database.obj) : error LNK2019: ????????? "public: __thiscall Xapian::TermIterator::~TermIterator(void)" (??1TermIterator at Xapian@@QAE at XZ)??????? "private: void __thiscall InMemoryDatabase::finish_add_doc(unsigned int,class Xapian::Document const &)" (?finish_add_doc at InMemoryDatabase@@AAEXIABVDocument at Xapian@@@Z) ???? libnet.lib(serialise.obj) : error LNK2001: ????????? "public: __thiscall Xapian::TermIterator::~TermIterator(void)" (??1TermIterator at Xapian@...
2005 Jun 08
8
Building on Windows
...abase[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: undefined reference to `InMemoryDatabase::InMemoryDatabase[in-charge]()' backends/.libs/libbackend.a(database.o): In function `_ZN6Xapian6Remote4openERKSsS2_j':/cygdrive/c/xapian-core-0.9.0/backends /../include/xapian/base.h:104: undefined reference to `NetworkDatabase::NetworkDatabase[in-charge](Xapian::Internal::RefCntPtr <Ne...