Displaying 2 results from an estimated 2 matches for "d8f6c762".
Did you mean:
d86762
2014 Mar 22
2
[GSOC 2014] Indexing INEX dataset
...ere, then the title won't be given any extra
> consideration, which would be a regression in this area.
>
> Cheers,
> Olly
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140322/d8f6c762/attachment-0002.html>
2014 Mar 17
2
[GSOC 2014] Indexing INEX dataset
Hi Olly,
Wouldn't setting the weight of terms in title back to normal (e.g. 5 to 1)
by below line, automatically adjust the wdfs and field lengths?
indexer.index_text(title, 5, "S"); -> indexer.index_text(title, 1, "S");
if it does not then we should include that part in the patch too. I like to
create a patch for xapian-letor for resolving common code of xapian.