<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Xapian Search Architecture</title>
	<atom:link href="http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/</link>
	<description>Open source &#38; enterprise search</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:18:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yoa</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-173</link>
		<dc:creator>yoa</dc:creator>
		<pubDate>Mon, 20 Apr 2009 19:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-173</guid>
		<description>Thanks for answering, I appreciate it, I&#039;m working on my thesis for  engineer and I work with xapian but is new for me.

thank you again,
Yoa</description>
		<content:encoded><![CDATA[<p>Thanks for answering, I appreciate it, I&#8217;m working on my thesis for  engineer and I work with xapian but is new for me.</p>
<p>thank you again,<br />
Yoa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Boulton</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-172</link>
		<dc:creator>Richard Boulton</dc:creator>
		<pubDate>Mon, 20 Apr 2009 19:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-172</guid>
		<description>yoa - if you want to discuss the weighting model used by Xapian, the Xapian mailing list, or the Xapian IRC channel, would probably be better places: see http://xapian.org/lists and #xapian on irc.freenode.net  But briefly, BM25 uses the frequency of terms in both documents and across the database as a whole, as well as information on the document length and the frequency of terms in the query.  ie - it uses a superset of the statistics used by tf-idf, and combines them differently.  The formula has performed a lot better in many retrieval experiments, and has some sound theoretical basis justifying its derivation.</description>
		<content:encoded><![CDATA[<p>yoa &#8211; if you want to discuss the weighting model used by Xapian, the Xapian mailing list, or the Xapian IRC channel, would probably be better places: see <a href="http://xapian.org/lists" rel="nofollow">http://xapian.org/lists</a> and #xapian on irc.freenode.net  But briefly, BM25 uses the frequency of terms in both documents and across the database as a whole, as well as information on the document length and the frequency of terms in the query.  ie &#8211; it uses a superset of the statistics used by tf-idf, and combines them differently.  The formula has performed a lot better in many retrieval experiments, and has some sound theoretical basis justifying its derivation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoa</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-170</link>
		<dc:creator>yoa</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-170</guid>
		<description>Thanks for answering, but the inverse frequency is  used to calculate the weight BM25?. I studied the BM25 and  I think only works with the importance of frequency of occurrence. 
I hope you answer 

Yoa</description>
		<content:encoded><![CDATA[<p>Thanks for answering, but the inverse frequency is  used to calculate the weight BM25?. I studied the BM25 and  I think only works with the importance of frequency of occurrence.<br />
I hope you answer </p>
<p>Yoa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-169</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-169</guid>
		<description>Yoa, Xapian uses BM25, as documented on the Xapian website.

http://xapian.org/docs/bm25.html

Tom</description>
		<content:encoded><![CDATA[<p>Yoa, Xapian uses BM25, as documented on the Xapian website.</p>
<p><a href="http://xapian.org/docs/bm25.html" rel="nofollow">http://xapian.org/docs/bm25.html</a></p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoa</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-168</link>
		<dc:creator>yoa</dc:creator>
		<pubDate>Mon, 20 Apr 2009 17:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-168</guid>
		<description>I need know if the  calculated weight for each term (word) is the multiplication of
 tf * idf. So if the multiplication of the importance of frequency of occurrence of each word in the text per  the inverse frequency of each word in  the collection. 
Please I need help with this, expect quick responses 

Yoa</description>
		<content:encoded><![CDATA[<p>I need know if the  calculated weight for each term (word) is the multiplication of<br />
 tf * idf. So if the multiplication of the importance of frequency of occurrence of each word in the text per  the inverse frequency of each word in  the collection.<br />
Please I need help with this, expect quick responses </p>
<p>Yoa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xapian terms, values and data explained &#171; Searching with Xapian</title>
		<link>http://www.flax.co.uk/blog/2009/04/02/xapian-search-architecture/comment-page-1/#comment-90</link>
		<dc:creator>Xapian terms, values and data explained &#171; Searching with Xapian</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.flax.co.uk/blog/?p=66#comment-90</guid>
		<description>[...] a comment &#187;  My colleague Tom Mortimer has made a useful post on the Flax blog to clear up a common set of confusions regarding Xapian; covering the difference between, and the [...]</description>
		<content:encoded><![CDATA[<p>[...] a comment &raquo;  My colleague Tom Mortimer has made a useful post on the Flax blog to clear up a common set of confusions regarding Xapian; covering the difference between, and the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
