search for: refcntptr

Displaying 7 results from an estimated 7 matches for "refcntptr".

2005 Aug 12
1
error building xapian
...rminate the template 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::InMem...
2007 Apr 05
1
Re: [Xapian-commits] 8107: trunk/xapian-core/ trunk/xapian-core/backends/
...king PostingIterator::internal public. Only problem with this patch is that it looks like it leaks the LeafPostList if an exception is thrown by one of the other methods (such as delete_document()). Actually, does the postlist get deleted at all? I've changed this to wrap the postlist in a RefCntPtr which should fix the leak issue. -- Richard
2005 Jul 20
1
docid type redifine
...ion: ESetIterator operator[](Xapian::doccount i) const; but I think it would be ESetIterator operator[](Xapian::termcount i) const; isn't it? 3) Then I have the following errors while compiling backends: quartz_postlist.cc: In constructor ` QuartzPostList::QuartzPostList(Xapian::Internal::RefCntPtr<const Xapian::Database::Internal>, const Btree*, const Btree*, const std::string&) ': quartz_postlist.cc:673: error: cannot convert `doccount*' to `termcount*' for argument `3' to `docid read_start_of_first_chunk(const char**, const char*, termcount*, termco...
2005 Jun 08
8
Building on Windows
...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 <NetClient>)' backends/.libs/libbackend.a(database.o): In function `_ZN6Xapian6Remote4openERKSsjjj':/cygdrive/c/xapian-core-0.9.0/backends/ ../include/xapian/base.h:104: undefined reference to `NetworkDatabase::NetworkDatabase[in-charge](Xapian::Internal::RefCntPtr <NetClient>)&...
2005 Jun 17
1
SVN trunk
This doesn't build on G++ 3.0 - are we still trying to support that? If not, I'll have to get a more recent toolchain sorted out. J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james at tartarus.org uncertaintydivision.org
2014 Mar 10
2
A few more question about LETOR
1.Could you explain why are these libraries included in all the xapian-letor headers? #include<xapian/intrusive_ptr.h> #include<xapian/types.h> #include<xapian/visibility.h> Or just provide me with the documentation of these header. I looked into these header files but couldn't anything substantial. 2.
2013 Jan 17
1
FASTER Search
...10729 3.9768 OrPostList::get_weight() const 10096 3.7422 AndMaybePostList::next(double) 8743 3.2407 ChertDatabase::get_doclength(unsigned int) const 7527 2.7900 LeafPostList::get_weight() const 7504 2.7814 ChertPostListTable::get_doclength(unsigned int, Xapian::Internal::RefCntPtr<ChertDatabase const>) const 5402 2.0023 ChertPostList::jump_to(unsigned int) 4518 1.6746 ChertPostList::skip_to(unsigned int, double) 4341 1.6090 ChertPostList::next_in_chunk() 4207 1.5594 ChertPostList::get_docid() const 4065 1.5067 ChertPostList::at_end() const...