Is there an API for extending Xapian's scoring algrithm? I would like to rank documents by a factor of Xapian's score and their age. Thanks Rob
On Thu, Nov 20, 2008 at 10:08:29PM +0000, Robert Young wrote:> Is there an API for extending Xapian's scoring algrithm? I would like to > rank documents by a factor of Xapian's score and their age.No API in current releases, but in SVN trunk, you can do this with the new Xapian::PostingSource class. Cheers, Olly