Displaying 1 result from an estimated 1 matches for "quartzpostlist".
Did you mean:
quartz_postlist
2005 Jul 20
1
docid type redifine
...(line 438) I've found the following declaration:
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...