<?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: Full-text search across multiple Django models using Djapian/Xapian</title>
	<atom:link href="http://www.nomadjourney.com/2009/05/full-text-search-across-multiple-django-models-using-djapian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com/2009/05/full-text-search-across-multiple-django-models-using-djapian/</link>
	<description>Django, Python, jQuery and whatever cool stuff I can think of</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:08:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Salvador Menendez</title>
		<link>http://www.nomadjourney.com/2009/05/full-text-search-across-multiple-django-models-using-djapian/comment-page-1/#comment-96</link>
		<dc:creator>Salvador Menendez</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=223#comment-96</guid>
		<description>I would just like to say thanks for pointing this out. I never knew that Djapian had the ability to merge multiple indexers.</description>
		<content:encoded><![CDATA[<p>I would just like to say thanks for pointing this out. I never knew that Djapian had the ability to merge multiple indexers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizam</title>
		<link>http://www.nomadjourney.com/2009/05/full-text-search-across-multiple-django-models-using-djapian/comment-page-1/#comment-82</link>
		<dc:creator>Nizam</dc:creator>
		<pubDate>Tue, 26 May 2009 14:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=223#comment-82</guid>
		<description>Thanks for this great tip Alex!</description>
		<content:encoded><![CDATA[<p>Thanks for this great tip Alex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Koshelev</title>
		<link>http://www.nomadjourney.com/2009/05/full-text-search-across-multiple-django-models-using-djapian/comment-page-1/#comment-77</link>
		<dc:creator>Alex Koshelev</dc:creator>
		<pubDate>Mon, 25 May 2009 12:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=223#comment-77</guid>
		<description>It is better to add &lt;i&gt;prefetch()&lt;/i&gt; method call after search:

&lt;code&gt;
results = comp.search(q).prefetch()
&lt;/code&gt;

helps not to query database each time &lt;i&gt;instance&lt;/i&gt; attribute accessed.</description>
		<content:encoded><![CDATA[<p>It is better to add <i>prefetch()</i> method call after search:</p>
<p><code><br />
results = comp.search(q).prefetch()<br />
</code></p>
<p>helps not to query database each time <i>instance</i> attribute accessed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
