<?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>Random Thoughts &#187; Search</title>
	<atom:link href="http://blog.inflinx.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting started with Lucene &#8211; Part 2</title>
		<link>http://blog.inflinx.com/2008/09/11/getting-started-with-lucene-part-2/</link>
		<comments>http://blog.inflinx.com/2008/09/11/getting-started-with-lucene-part-2/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 05:30:06 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=95</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/09/11/getting-started-with-lucene-part-2/';
var dzone_title = 'Getting started with Lucene &#8211; Part 2';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
In this post I will highlight some of Lucene&#8217;s search functionality. Refer to part one of this series for creating indexes using Lucene. Searching in Lucene involves submitting a search query to the IndexSearcher class. The IndexSearcher executes this query against an index and returns search results (hits). Here is a prototype implementation: public&#160;Hits&#160;searchIndex(Query&#160;q)&#160;throws&#160;Exception &#160;&#160;{ [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/09/11/getting-started-with-lucene-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

