<?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>Marc Sturlese &#187; Luke</title>
	<atom:link href="http://www.marcsturlese.com/tag/luke/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcsturlese.com</link>
	<description>Life, code and stuff</description>
	<lastBuildDate>Sun, 27 Jun 2010 14:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Opening lucene 2.9-dev indexes with Luke Lucene Index Toolbox</title>
		<link>http://www.marcsturlese.com/2009/01/13/lucene29_luke_index_toolbox/</link>
		<comments>http://www.marcsturlese.com/2009/01/13/lucene29_luke_index_toolbox/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:47:20 +0000</pubDate>
		<dc:creator>Marc Sturlese</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Luke]]></category>

		<guid isPermaLink="false">http://www.marcsturlese.com/?p=1</guid>
		<description><![CDATA[Lately I have started using the developers version of Lucene (2.9-dev). When I wanted to open an index using Luke to check some content it just did not work, I got a &#8220;lucene invalid index&#8221; error. After a while I realized it was totally normal. The cause of the error is that the latest Luke&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have started using the developers version of <strong>Lucene (2.9-dev)</strong>. When I wanted to open an index using <strong>Luke</strong> to check some content it just did not work, I got a &#8220;lucene invalid index&#8221; error. After a while I realized it was totally normal. The cause of the error is that the latest Luke&#8217;s release uses lucene 2.4 libraries. If the index was created using the 2.9-dev libs, Luke will think that the index was malformed. We just need to update the libs to make it work.</p>
<p>First of all I downloaded the <a title="Luke Lucene Tool Box" href="http://www.getopt.org/luke/" target="_blank">Luke&#8217;s source code </a>. Opened the lib folder and replaced the 2.4 for the ones of the lucene developers release. Once done I compiled the surce with ant and&#8230; that&#8217;s it, I could check my indexed data using my compiled version <strong>Luke</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcsturlese.com/2009/01/13/lucene29_luke_index_toolbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
