<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fellinghaug Blog &#187; search</title>
	<atom:link href="http://asbjorn.fellinghaug.com/blog/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://asbjorn.fellinghaug.com/blog</link>
	<description>&#62;&#62;&#62; from fellinghaug import asbjorn; asbjorn.play()</description>
	<lastBuildDate>Thu, 19 Nov 2009 21:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache Lucene &#8211; search engine</title>
		<link>http://asbjorn.fellinghaug.com/blog/2008/04/apache-lucene-search-engine/</link>
		<comments>http://asbjorn.fellinghaug.com/blog/2008/04/apache-lucene-search-engine/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 19:54:11 +0000</pubDate>
		<dc:creator>Asbjørn Alexander Fellinghaug</dc:creator>
				<category><![CDATA[lucene]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://asbjorn.fellinghaug.com/wp/?p=10</guid>
		<description><![CDATA[Have you ever heard of the Apache Lucene open-source search library? Well, now you have. It&#8217;s basiclly a big library which have all the necessary technology for high-performance search engine. Lucene is focused on text indexing and searching.
In my master thesis which I&#8217;m currently working on, I&#8217;ve created a prototype software which&#8217;s main goal is [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever heard of the <a href="http://lucene.apache.org/">Apache Lucene</a> open-source search library? Well, now you have. It&#8217;s basiclly a big library which have all the necessary technology for high-performance search engine. Lucene is focused on text indexing and searching.</p>
<p>In my master thesis which I&#8217;m currently working on, I&#8217;ve created a prototype software which&#8217;s main goal is to build different kinds of indexes and perform a hugh number of searches on them. What I&#8217;m then doing is to collect numbers such as the time it takes to construct the indexes, the disk space needed, the time to perform a huge chunk of queries on each index, and more. With this information I will then analyze and discuss the results in light of phrase searching, which is my master thesis main goal. My master thesis is concerned with how to enhance phrase searching in text indexes, and this is what I will discuss using the numbers extracted from my experiments.</p>
<p>So, if you would like to learn more regarding search technology I would recommend you to have a look at Apache Lucene.</p>
]]></content:encoded>
			<wfw:commentRss>http://asbjorn.fellinghaug.com/blog/2008/04/apache-lucene-search-engine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
