<?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 Indexing versus Tagging</title>
	<atom:link href="http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/</link>
	<description>still enjoying my first life</description>
	<pubDate>Tue, 06 Jan 2009 00:13:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fxh</title>
		<link>http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/comment-page-1/#comment-27</link>
		<dc:creator>fxh</dc:creator>
		<pubDate>Fri, 21 Sep 2007 20:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/#comment-27</guid>
		<description>Dear Balaji, the thing that can't be seen from the slides and you are missing was a demonstration of a simple test application while giving the talk which generated these two graphs. The setup was as following: I had a lucene index containing a subset of all wikipedia pages and a set of 10'000 frequent but random terms. These terms were used as queries and also as tags. I then started one application which was asking the queries (red line in graph, shows number of queries answered per second) and a few seconds later started another application which tagged one random wikipedia page out of the index with a random term by adding a new term to a seperate field (green line, shows the number of tags applied per second). 
The first graph shows the behavior when you take lucene and just follow a standard description on how to query and make updates to the index (e.g. according to "lucene in action"). The second graph shows the same numbers if you use an optimized setup for this, i.e. the setup shown (in a simplified way) on page 36. The experiment ran on a laptop and there was no intention to bring the absolute numbers down, just to show the order of difference for the two approaches.  There was no DB involved in this setup, lucene for everything.
Does that answer your question?
Thanks for commenting, Felix</description>
		<content:encoded><![CDATA[<p>Dear Balaji, the thing that can&#8217;t be seen from the slides and you are missing was a demonstration of a simple test application while giving the talk which generated these two graphs. The setup was as following: I had a lucene index containing a subset of all wikipedia pages and a set of 10&#8242;000 frequent but random terms. These terms were used as queries and also as tags. I then started one application which was asking the queries (red line in graph, shows number of queries answered per second) and a few seconds later started another application which tagged one random wikipedia page out of the index with a random term by adding a new term to a seperate field (green line, shows the number of tags applied per second).<br />
The first graph shows the behavior when you take lucene and just follow a standard description on how to query and make updates to the index (e.g. according to &#8220;lucene in action&#8221;). The second graph shows the same numbers if you use an optimized setup for this, i.e. the setup shown (in a simplified way) on page 36. The experiment ran on a laptop and there was no intention to bring the absolute numbers down, just to show the order of difference for the two approaches.  There was no DB involved in this setup, lucene for everything.<br />
Does that answer your question?<br />
Thanks for commenting, Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/comment-page-1/#comment-26</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Thu, 20 Sep 2007 01:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.felix-huerlimann.com/2007/02/16/full-text-indexing-versus-tagging/#comment-26</guid>
		<description>Dear Felix,
   Came across your presentation pdf
on various approaches to tagging.
One thing i did not understand was the charts. You have two charts and a blank page. Are these charts for DB for everyting, combination of DB and lucene , lucene for everything?

What do these charts represent</description>
		<content:encoded><![CDATA[<p>Dear Felix,<br />
   Came across your presentation pdf<br />
on various approaches to tagging.<br />
One thing i did not understand was the charts. You have two charts and a blank page. Are these charts for DB for everyting, combination of DB and lucene , lucene for everything?</p>
<p>What do these charts represent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
