[Xapian-discuss] mistake in http://xapian.org/docs/valueranges.html

Olly Betts olly at survex.com
Wed Oct 8 15:57:56 BST 2008


On Wed, Oct 08, 2008 at 03:54:51PM +0800, Allen wrote:
> begin = Xapian::Unicode::tolower(term);
> end = Xapian::Unicode::tolower(term);
> 
> shoule be :
> 
> begin = Xapian::Unicode::tolower(begin);
> end = Xapian::Unicode::tolower(end);

It should indeed - now fixed in SVN.  Thanks.

>     ~AuthorValueRangeProcessor() {}

And this explicit empty destructor isn't needed, so I've removed it.

Cheers,
    Olly



More information about the Xapian-discuss mailing list