[Xapian-discuss] Faster Exact Phrases

Olly Betts olly at survex.com
Mon Dec 18 11:50:22 GMT 2006


On Mon, Dec 18, 2006 at 10:30:48AM +0100, Arjen van der Meijden wrote:
> Olly Betts wrote:
> >Here's a patch (which I think should apply cleanly to 0.9.9):
> >
> >http://oligarchy.co.uk/xapian/patches/faster-exact-phrases.patch
> >
> >If you try it out, let us know how it does.
> 
> It does apply cleanly, but doesn't compile. It doesn't involve 
> Makefile.in's only .am's, so I already editted that too. But after 
> having editted the matcher/Makefile.in and having reran ./configure I 
> still get this message:
> 
> ../.libs/libxapian.so: undefined reference to 
> `ExactPhrasePostList::ExactPhrasePostList(Xapian::PostingIterator::Internal*, 
> std::vector<Xapian::PostingIterator::Internal*, 
> std::allocator<Xapian::PostingIterator::Internal*> > const&)'

I suspect you updated the list of sources but not the list of objects.
Try this patch in addition to the other one:

http://oligarchy.co.uk/xapian/patches/faster-exact-phrases-makefile.in.patch

Cheers,
    Olly



More information about the Xapian-discuss mailing list