Hello guys.As discussed on IRC,I have sent a pull request for a test for testing TradWeight with an Rset. <br><br><div class="gmail_quote">On Fri, Mar 1, 2013 at 5:30 PM,  <span dir="ltr">&lt;<a href="mailto:xapian-devel-request@lists.xapian.org" target="_blank">xapian-devel-request@lists.xapian.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Xapian-devel mailing list submissions to<br>
        <a href="mailto:xapian-devel@lists.xapian.org">xapian-devel@lists.xapian.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:xapian-devel-request@lists.xapian.org">xapian-devel-request@lists.xapian.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:xapian-devel-owner@lists.xapian.org">xapian-devel-owner@lists.xapian.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Xapian-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. GSoC 2013 and cotnributing to xapian (Tejas Nikumbh)<br>
   2. Implemented test coverage for using TradWeight with       an Rset<br>
      (aarsh shah)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 28 Feb 2013 18:52:32 +0530<br>
From: Tejas Nikumbh &lt;<a href="mailto:tejasnikumbh@gmail.com">tejasnikumbh@gmail.com</a>&gt;<br>
Subject: [Xapian-devel] GSoC 2013 and cotnributing to xapian<br>
To: <a href="mailto:xapian-devel@lists.xapian.org">xapian-devel@lists.xapian.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAMBfs4NPpJgHFiUMv9p8dm3n1Vh_27FiLz3xsSQnMmTL04YFWw@mail.gmail.com">CAMBfs4NPpJgHFiUMv9p8dm3n1Vh_27FiLz3xsSQnMmTL04YFWw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
I am Tejas Nikumbh, an undergrad at Indian Institute of Technology Bombay.<br>
I will be participating in GSoC this year. [GSoC 2013]. In order to imporve<br>
my chances for getting selected this year, I would like to start<br>
contributing early on to Open Source development via xapian.<br>
<br>
Here&#39;s a little background info :<br>
<br>
*Languages proficient in : *Java, Python, Javascript [+jQuery] ,<br>
HTML[+HTML5 Canvas], CSS [+CSS3]. C++ should be on the list soon.<br>
<br>
*CS Theory :* Discrete Math, Probablity and Random Processes, Data<br>
Structures and Algorithms.<br>
<br>
*SVN : *Github, Mercurial<br>
.<br>
*Basic Machine learning [Regression algos and some classification algos]*<br>
<br>
Based on the above info, are there any projects  which might suit me?<br>
<br>
Also, Picking up something reasonable quickly shouldn&#39;t be a problem.<br>
Thanks,<br>
<br>
<br>
--<br>
Tejas Nikumbh,<br>
Third Year Undergraduate,<br>
Electrical Engineering Department,<br>
IIT Bombay.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.xapian.org/pipermail/xapian-devel/attachments/20130228/fb776ded/attachment.html" target="_blank">http://lists.xapian.org/pipermail/xapian-devel/attachments/20130228/fb776ded/attachment.html</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 28 Feb 2013 23:43:46 +0530<br>
From: aarsh shah &lt;<a href="mailto:aarshkshah1992@gmail.com">aarshkshah1992@gmail.com</a>&gt;<br>
Subject: [Xapian-devel] Implemented test coverage for using TradWeight<br>
        with    an Rset<br>
To: Xapian Development &lt;<a href="mailto:xapian-devel@lists.xapian.org">xapian-devel@lists.xapian.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CABz8NmRc66c%2B-qvQec7QpXMn0VQ0Fu0FSizj4xQwwdV5aVCUWg@mail.gmail.com">CABz8NmRc66c+-qvQec7QpXMn0VQ0Fu0FSizj4xQwwdV5aVCUWg@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello guys. Olly had pointed out on IRC that there is no test for using the<br>
TradWeight scheme with a Rset and had directed me to the test coverage of<br>
the TradWeight scheme :-<br>
<br>
<a href="http://lcov.xapian.org/latest/weight/tradweight.cc.gcov.html" target="_blank">http://lcov.xapian.org/latest/weight/tradweight.cc.gcov.html</a><br>
<br>
I have added a test to api_anydb.cc which tests the TradWeight scheme using<br>
an Rset . I simply modified the rset2 test in api_anydb.cc so that the Mset<br>
is made using the TradWeight scheme and passed an Rset to Enquire.get_mset(<br>
) .<br>
<br>
<a href="http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128" target="_blank">http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128</a><br>
<br>
The results were as expected  and the test passed on all the backends . I<br>
then changed the order of the documents in the second call to<br>
mset_expected_order( ) and as expected, the test failed.So,I think that<br>
the test works fine.Should I send a pull request for this  test  ?  If I<br>
need to make any changes to ensure that this test is correct, please do let<br>
me know .<br>
<br>
-Regards<br>
-Aarsh<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.xapian.org/pipermail/xapian-devel/attachments/20130228/3b092ec5/attachment-0001.htm" target="_blank">http://lists.xapian.org/pipermail/xapian-devel/attachments/20130228/3b092ec5/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Xapian-devel mailing list<br>
<a href="mailto:Xapian-devel@lists.xapian.org">Xapian-devel@lists.xapian.org</a><br>
<a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
<br>
<br>
End of Xapian-devel Digest, Vol 95, Issue 1<br>
*******************************************<br>
</blockquote></div><br>