<?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>Lucid Imagination &#187; Open Source</title>
	<atom:link href="http://www.lucidimagination.com/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidimagination.com/blog</link>
	<description>Exclusively dedicated to Apache Lucene/Solr open source search technology</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:12:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SF Bay Area Apache Mahout User Meeting on Nov. 29</title>
		<link>http://www.lucidimagination.com/blog/2011/11/05/sf-bay-area-apache-mahout-user-meeting-on-nov-29/</link>
		<comments>http://www.lucidimagination.com/blog/2011/11/05/sf-bay-area-apache-mahout-user-meeting-on-nov-29/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 14:42:16 +0000</pubDate>
		<dc:creator>Grant Ingersoll</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Lucid Imagination]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Mahout]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[lucid imagination]]></category>
		<category><![CDATA[MapR]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=4416</guid>
		<description><![CDATA[[ Tuesday, 29 November 2011; 18:30 to 21:30. ] <p>For all of those interested in Apache Mahout and scalable machine learning, Lucid Imagination is hosting a Mahout Users Meeting at it&#8217;s new office in Redwood City on Nov. 29th. Doors open at 6:30 pm. The night will feature two speakers, Ted Dunning of <a href="http://www.mapr.com">MapR Technologies</a> and Grant Ingersoll of <a href="http://www.lucidimagination.com">Lucid Imagination</a>, along with a social gathering with food and drinks.</p>
<p>For more details and &#8230;</p>]]></description>
			<content:encoded><![CDATA[[ Tuesday, 29 November 2011; 18:30 to 21:30. ] <p>For all of those interested in Apache Mahout and scalable machine learning, Lucid Imagination is hosting a Mahout Users Meeting at it&#8217;s new office in Redwood City on Nov. 29th. Doors open at 6:30 pm. The night will feature two speakers, Ted Dunning of <a href="http://www.mapr.com">MapR Technologies</a> and Grant Ingersoll of <a href="http://www.lucidimagination.com">Lucid Imagination</a>, along with a social gathering with food and drinks.</p>
<p>For more details and to RSVP, please see <a href="http://sf-mahout-11-11.eventbrite.com/">http://sf-mahout-11-11.eventbrite.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2011/11/05/sf-bay-area-apache-mahout-user-meeting-on-nov-29/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Indexing rich files into Solr, quickly and easily</title>
		<link>http://www.lucidimagination.com/blog/2011/08/31/indexing-rich-files-into-solr-quickly-and-easily/</link>
		<comments>http://www.lucidimagination.com/blog/2011/08/31/indexing-rich-files-into-solr-quickly-and-easily/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 14:07:53 +0000</pubDate>
		<dc:creator>Erik Hatcher</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[Tika]]></category>
		<category><![CDATA[Erik Hatcher]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=3885</guid>
		<description><![CDATA[<p>This past weekend I presented yet another &#8220;Rapid Prototyping with Solr&#8221; presentation, this time back in the saddle with the <a title="No Fluff, Just Stuff - Raleigh, August 2011" href="http://www.nofluffjuststuff.com/conference/raleigh/2011/08/home" target="_blank">No Fluff, Just Stuff symposium in Raleigh, NC</a>. I intentionally waited until the last minute to hack together a quick script to index some data I haven&#8217;t indexed before to demonstrate the ease at which one can grab Solr and immediately make some use out of it. This time around I cobbled together a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>This past weekend I presented yet another &#8220;Rapid Prototyping with Solr&#8221; presentation, this time back in the saddle with the <a title="No Fluff, Just Stuff - Raleigh, August 2011" href="http://www.nofluffjuststuff.com/conference/raleigh/2011/08/home" target="_blank">No Fluff, Just Stuff symposium in Raleigh, NC</a>. I intentionally waited until the last minute to hack together a quick script to index some data I haven&#8217;t indexed before to demonstrate the ease at which one can grab Solr and immediately make some use out of it. This time around I cobbled together a simple Ruby script to index a directory full of rich (PDF, HTML, Word, etc) documents into a fresh Solr 3.3.0 install. Only a few seconds later I have my documents indexed, and even searchable through a user interface.</p>
<p>Here&#8217;s the steps I took:</p>
<ol>
<li>Download and &#8220;install&#8221; (aka unzip) Apache Solr 3.3.0</li>
<li>Launch Solr (cd example; java -jar start.jar)</li>
<li>Index files</li>
</ol>
<p>That&#8217;s it.  Here&#8217;s the indexing script I used:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'net/http'</span>
&nbsp;
<span style="color:#0066ff; font-weight:bold;">@dir</span> = <span style="color:#CC00FF; font-weight:bold;">Dir</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;/Users/erikhatcher/apache-solr-3.3.0/docs&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
&nbsp;
<span style="color:#0066ff; font-weight:bold;">@url</span> = <span style="color:#CC00FF; font-weight:bold;">URI</span>.<span style="color:#9900CC;">parse</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#996600;">&quot;http://localhost:8983/solr&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#0066ff; font-weight:bold;">@connection</span> = <span style="color:#6666ff; font-weight:bold;">Net::HTTP</span>.<span style="color:#9900CC;">new</span><span style="color:#006600; font-weight:bold;">&#40;</span>@url.<span style="color:#9900CC;">host</span>, <span style="color:#0066ff; font-weight:bold;">@url</span>.<span style="color:#9900CC;">port</span><span style="color:#006600; font-weight:bold;">&#41;</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">def</span> index<span style="color:#006600; font-weight:bold;">&#40;</span>filename<span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#0066ff; font-weight:bold;">@connection</span>.<span style="color:#9900CC;">get</span><span style="color:#006600; font-weight:bold;">&#40;</span>@url.<span style="color:#9900CC;">path</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;/update/extract?stream.file=#{filename}&amp;amp;literal.id=#{filename}&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">def</span> commit
<span style="color:#0066ff; font-weight:bold;">@connection</span>.<span style="color:#9900CC;">get</span><span style="color:#006600; font-weight:bold;">&#40;</span>@url.<span style="color:#9900CC;">path</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;/update?commit=true&quot;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
<span style="color:#0066ff; font-weight:bold;">@dir</span>.<span style="color:#9900CC;">each</span> <span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#006600; font-weight:bold;">|</span>name<span style="color:#006600; font-weight:bold;">|</span>
  f = <span style="color:#996600;">&quot;#{@dir.path}/#{name}&quot;</span>
  <span style="color:#9966CC; font-weight:bold;">if</span> <span style="color:#CC00FF; font-weight:bold;">File</span>.<span style="color:#9900CC;">file</span>?<span style="color:#006600; font-weight:bold;">&#40;</span>f<span style="color:#006600; font-weight:bold;">&#41;</span>
    <span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Indexing #{f}...&quot;</span>
    index<span style="color:#006600; font-weight:bold;">&#40;</span>f<span style="color:#006600; font-weight:bold;">&#41;</span>
  <span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#006600; font-weight:bold;">&#125;</span>
&nbsp;
<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Committing...&quot;</span>
commit
&nbsp;
<span style="color:#CC0066; font-weight:bold;">puts</span> <span style="color:#996600;">&quot;Done!&quot;</span></pre></div></div>

<p>To make it look prettier, only a little dabbling with the templates is needed &#8211; add your company logo, customize the colors. And a change to the example (/browse handler) configuration to facet on content_type will allow you to easily search just within documents of specific types through the included UI.  The example code above indexed the docs that ship with Apache Solr 3.3.0; just change the path to a directory of yours to index your own content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2011/08/31/indexing-rich-files-into-solr-quickly-and-easily/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Charlottesville, VA meetup</title>
		<link>http://www.lucidimagination.com/blog/2011/08/09/charlottesville-va-meetup/</link>
		<comments>http://www.lucidimagination.com/blog/2011/08/09/charlottesville-va-meetup/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 14:25:42 +0000</pubDate>
		<dc:creator>Erik Hatcher</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucid Imagination]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[charlottesville]]></category>
		<category><![CDATA[Erik Hatcher]]></category>
		<category><![CDATA[virginia]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=3819</guid>
		<description><![CDATA[[ Monday, 15 August 2011; 18:00 to 21:00. ] <p>If you&#8217;re in the central VA, or even in the northern VA / DC area, come join us for the inaugural <a href="http://www.meetup.com/Charlottesville-Apache-Lucene-Solr-Meetup/events/25877811/">&#8220;Charlottesville Solr and Lucene Meetup&#8221;</a>.  Charlottesville is home to the co-authors of Manning&#8217;s &#8220;Lucene in Action&#8221; and Packt&#8217;s Solr &#8220;Solr 1.4 Enterprise Search Server&#8221; books.  This area is a hotbed of search activity thanks to NGIC and DIA calling Charlottesville home, and the many &#8230;</p>]]></description>
			<content:encoded><![CDATA[[ Monday, 15 August 2011; 18:00 to 21:00. ] <p>If you&#8217;re in the central VA, or even in the northern VA / DC area, come join us for the inaugural <a href="http://www.meetup.com/Charlottesville-Apache-Lucene-Solr-Meetup/events/25877811/">&#8220;Charlottesville Solr and Lucene Meetup&#8221;</a>.  Charlottesville is home to the co-authors of Manning&#8217;s &#8220;Lucene in Action&#8221; and Packt&#8217;s Solr &#8220;Solr 1.4 Enterprise Search Server&#8221; books.  This area is a hotbed of search activity thanks to NGIC and DIA calling Charlottesville home, and the many gov&#8217;t subcontractors supporting them here.  We are also home of hotelicopter, OpenQ, the University of Virginia, and many other organizations that use Lucene and Solr.</p>
<p>Looking forward to seeing you there.   Everyone in attendance will not only get to hear about the latest greatest enhancements to these technologies, but may also walk away with a cool Lucid t-shirt!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2011/08/09/charlottesville-va-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Überconf &#8211; No Fluff, Just Solr</title>
		<link>http://www.lucidimagination.com/blog/2011/07/19/uberconf-no-fluff-just-solr/</link>
		<comments>http://www.lucidimagination.com/blog/2011/07/19/uberconf-no-fluff-just-solr/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 19:33:09 +0000</pubDate>
		<dc:creator>Erik Hatcher</dc:creator>
				<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucid Imagination]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[Erik Hatcher]]></category>
		<category><![CDATA[uberconf]]></category>
		<category><![CDATA[uberconf11]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=3784</guid>
		<description><![CDATA[[ Tuesday, 12 July 2011 to Friday, 15 July 2011. ] <p>I had the honor and pleasure of being invited to speak at <a href="http://uberconf.com/conference/denver/2011/07/home">Überconf</a> last week in the Denver, CO area.  <img class="alignright" src="http://www.nofluffjuststuff.com/images/2011/uber/UberConf_125x125_v2-01.png" alt="Überconf" /> The annual conference is organized by Jay Zimmerman of No Fluff, Just Stuff fame.  Überconf  has the same top-notch quality, at a grander scale &#8211; 10 concurrent tracks (woah!), full day pre-conference trainings (<a href="http://uberconf.com/conference/denver/2011/07/mobile_workshops">mobile, anyone?</a>), food (full breakfast!  that&#8217;s a REAL hearty &#8230;</p>]]></description>
			<content:encoded><![CDATA[[ Tuesday, 12 July 2011 to Friday, 15 July 2011. ] <p>I had the honor and pleasure of being invited to speak at <a href="http://uberconf.com/conference/denver/2011/07/home">Überconf</a> last week in the Denver, CO area.  <img class="alignright" src="http://www.nofluffjuststuff.com/images/2011/uber/UberConf_125x125_v2-01.png" alt="Überconf" /> The annual conference is organized by Jay Zimmerman of No Fluff, Just Stuff fame.  Überconf  has the same top-notch quality, at a grander scale &#8211; 10 concurrent tracks (woah!), full day pre-conference trainings (<a href="http://uberconf.com/conference/denver/2011/07/mobile_workshops">mobile, anyone?</a>), food (full breakfast!  that&#8217;s a REAL hearty bonus!), and many of the best technical presenters in the industry.  Lucene/Solr earned a full day &#8220;track&#8221; at Überconf.<br />
<span id="more-3784"></span><br />
One full day was dedicated to my three Solr presentations, one being a double-session &#8220;workshop&#8221;.  I began the day presenting &#8220;Rapid Prototyping with Solr&#8221;, demonstrating several quick dataset ingestion up to usable search user interface examples.  Is Solr right for your data and your environment?  Try it and see &#8211; it&#8217;ll be 15 minutes well spent!  <img src='http://www.lucidimagination.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are the slides for &#8220;Rapid Prototyping with Solr&#8221;:
<div style="width:340px" id="__ss_8600305"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erikhatcher/rapid-prototyping-with-solr-8600305" title="Rapid Prototyping with Solr" target="_blank">Rapid Prototyping with Solr</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8600305?rel=0" width="340" height="284" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/erikhatcher" target="_blank">Erik Hatcher</a> </div>
</p></div>
<p>My next talk, titled &#8220;Solr Recipes&#8221;, was a 3 hour workshop covering the common ways to get data into Solr, configure it, and leverage it within applications.  </p>
<p>Here are the &#8220;Solr Recipes&#8221; slides:
<div style="width:340px" id="__ss_8600306"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erikhatcher/solr-recipes-workshop" title="Solr Recipes Workshop" target="_blank">Solr Recipes Workshop</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8600306?rel=0" width="340" height="284" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/erikhatcher" target="_blank">Erik Hatcher</a> </div>
</p></div>
<p>And finally, to a few hardcore folks, I discussed &#8220;Lucene for Solr Developers&#8221;, which more broadly covered the various ways to extend Solr.  One  cool example (or so I think, at least) I built for this talk that I&#8217;ve put out there as food for thought is &#8220;auto-faceting&#8221;, having a way for Solr to determine the best facets to select for a given query.  See <a href="https://issues.apache.org/jira/browse/SOLR-2641">SOLR-2641</a> for my initial proof-of-concept implementation. </p>
<p>Here are the &#8220;Lucene for Solr Developers&#8221; slides:
<div style="width:340px" id="__ss_8600304"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erikhatcher/lucene-for-solr-developers" title="Lucene for Solr Developers" target="_blank">Lucene for Solr Developers</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8600304?rel=0" width="340" height="284" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/erikhatcher" target="_blank">Erik Hatcher</a> </div>
</p></div>
<p>There was so much going on that I barely got to tap into the conference experience myself, with the best part being the conversations had during meals, and between and during the scheduled talks.  I was able to reconnect with many long-time friends that I&#8217;ve made through No Fluff, Just Stuff, and made many new acquaintances &#8211; I won&#8217;t name names, as <a href="http://uberconf.com/conference/denver/2011/07/speakers">this list</a> covers most of them.</p>
<p>Thank you, Überconf, Jay, and fellow speakers and attendees for a stellar technical event.   If you missed it, don&#8217;t despair, <a href="http://www.nofluffjuststuff.com">No Fluff, Just Stuff</a> brings many of the same speakers and topics to an area near you.  I&#8217;ll be speaking at a few NFJS events during the second half of this year, including <a href="http://www.nofluffjuststuff.com/conference/raleigh/2011/08/home">Raleigh, NC</a>, <a href="http://www.nofluffjuststuff.com/conference/boston/2011/09/home">Boston, MA</a>, and, surely to rival the quality and size of Überconf,  <a href="http://www.therichwebexperience.com/conference/fort_lauderdale/2011/11/home">The Rich Web Experience</a> in Ft. Lauderdale, FL.</p>
<p>Let&#8217;s talk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2011/07/19/uberconf-no-fluff-just-solr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting your search skills to the test: Lucid Certified Apache Solr/Lucene Developer Program</title>
		<link>http://www.lucidimagination.com/blog/2011/05/12/putting-your-search-skills-to-the-test-lucid-certified-apache-solrlucene-developer-program/</link>
		<comments>http://www.lucidimagination.com/blog/2011/05/12/putting-your-search-skills-to-the-test-lucid-certified-apache-solrlucene-developer-program/#comments</comments>
		<pubDate>Thu, 12 May 2011 13:01:58 +0000</pubDate>
		<dc:creator>David M. Fishman</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=3438</guid>
		<description><![CDATA[<p>One of the singular qualities of search technology is its breadth: if it&#8217;s been written down (albeit digitally), you can search it, and if you can search it, you can build a search app for it. That&#8217;s part of what makes Solr/Lucene so alluring for application development &#8212; you can build it to search just about anything, for anyone, in any way. Inspiring breadth, however, can be pretty daunting to master.</p>
<p>How, then, can you &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>One of the singular qualities of search technology is its breadth: if it&#8217;s been written down (albeit digitally), you can search it, and if you can search it, you can build a search app for it. That&#8217;s part of what makes Solr/Lucene so alluring for application development &#8212; you can build it to search just about anything, for anyone, in any way. Inspiring breadth, however, can be pretty daunting to master.</p>
<p>How, then, can you know how much you know about search with Solr and Lucene? In the world of Apache open source, there&#8217;s <a href="http://apache.org/foundation/how-it-works.html#meritocracy">a clear meritocracy</a> of peer review: contributors, committers, and active membership in the PMC. In theory, it&#8217;s a distinction anyone of sufficient talent and single-minded focus can achieve &#8212; just like anyone of sufficient talent and single-minded focus can make it to the NBA, or win the Nobel prize, or join the New York Philharmonic.</p>
<p>So you probably know your stuff if you&#8217;ve won the Nobel prize, made the NBA, or played the solo for <a href="http://en.wikipedia.org/wiki/Clarinet_Concerto_%28Mozart%29">Mozart&#8217;s Clarinet Concerto</a> at <a href="http://www.barrypopik.com/index.php/new_york_city/entry/how_do_you_get_to_carnegie_hall/">Carnegie Hall</a>, or you&#8217;re a Lucene/Solr contributor-or-committer. But what if you have not done any of those things, how do you know you know? Equally important, how do your peers or potential employers know how well you know your open source search stuff?</p>
<p>While there are more professional basketball players than Lucene/Solr committers, there are many, many more capable, talented, experienced Solr/Lucene application developers who are not going to &#8216;go pro&#8217; in the Apache meritocracy. And the demand for Solr application development skills is exploding as interest and uptake of the leading open source application development technology spread like wildfire through organizations large and small. (<a href="http://lucenerevolution.com/">Lucene Revolution, May 25-26 in San Francisco</a>, will be packed with these people &#8212; <a href="http://us.ootoweb.com/luceneregistration">sign up today</a> if you haven&#8217;t already. And read on for another special  opportunity at Lucene Revolution).</p>
<p><a href="http://www.lucidimagination.com/blog/wp-content/uploads/2011/05/CertificationLogo.png"><img class="alignright size-medium wp-image-3468" title="CertificationLogo" src="http://www.lucidimagination.com/blog/wp-content/uploads/2011/05/CertificationLogo-300x287.png" alt="" width="210" height="201" /></a>It&#8217;s exactly for the broad base of interested, committed search application developers that <a href="http://www.lucidimagination.com/About/Company-News/Lucid-Imagination-Launches-Certification-Program-Apache-SolrLucene-Developers">today we&#8217;re introducing</a> the <a href="http://www.lucidimagination.com/certification">Lucid Certified Apache Solr/Lucene Developer Program</a>; a certification exam designed to benchmark development skills and experience in building applications with Apache Solr.</p>
<p>Designed with Prometric and a team of subject matter experts comprised of Apache Lucene/Solr committers, developers, and trainers, the test is <a href="http://www.lucidimagination.com/certification/FAQ#a6">designed to rigorously assess </a>a broad base of search skills and experience, and provide the closest reasonable approximation possible to a standard measure of  search skills and experience.  It&#8217;s delivered via <a href="http://www.prometric.com/lucid/default.htm">Prometric.com</a>, consists of multiple choice questions, and costs $250. The test reflects a carefully selected, broad range of topics intended to reflect the real-world challenges and landscape of search application development problems, which <a href="http://www.lucidimagination.com/topics">you can see here</a>.</p>
<p><a href="http://www.opensourceconnections.com/">Eric Pugh</a>, who <a href="http://www.packtpub.com/solr-1-4-enterprise-search-server/book">wrote the book on Solr</a>, says this:</p>
<blockquote><p>“I  expect that the Lucid Imagination certification will quickly  become  the gold standard benchmark for whether someone who claims Solr  and  Lucene expertise truly possesses it. Oftentimes, a buyer of services   has to take the leap of faith from sales pitch to execution that the   knowledge is truly there. This certification can show, without a doubt,   that the holder truly has the knowledge required to deliver a  successful  Solr/Lucene implementation. In the open source world, there  are very  few marks of authenticity: committer status, published author,  and now  the Lucid Solr certification. Just as the CPA certification  shows a high  level of knowledge and ability in the accounting industry,  the Lucid  Imagination Solr certification demonstrates unquestionable  knowledge and  experience in successful Solr/Lucene search engine  implementation.”</p></blockquote>
<p>It&#8217;s important to be clear about what the certification is <strong>not:</strong></p>
<ul>
<li>It&#8217;s not easy: don&#8217;t expect to take your first Solr course one day and pass the exam the next.</li>
<li>It&#8217;s not a substitute for experience: if you&#8217;ve only built one Solr application, earlier this morning, using the wiki demo that runs locally in your browser, you won&#8217;t pass.</li>
<li>It&#8217;s not a substitute for training: taking a class from an expert may not be sufficient, but it will really help (and <a href="http://training.lucidimagination.com">we offer the most professional-grade courses</a> available; did I mention <a href="http://www.lucenerevolution.org/training">Lucene Revolution has classes available</a>, too?)</li>
<li>It&#8217;s not a casual conceptual overview: expect to answer detailed questions on everything from Lucene fundamentals to Solr debug output.</li>
<li>It&#8217;s not a simple checklist of facts: you&#8217;ll have to demonstrate judgement calls in identifying correct answers to topic areas tied to searching, indexing, deployment, data source types, etc.</li>
</ul>
<p>Testing as a pedagogical method &#8212; a mechanism for driving learning &#8212; is not the be-all-end-all of education (you probably didn&#8217;t think highly  of classmates who asked the teacher, &#8220;Will this be on the test?&#8221;). But it turns out that tests can have <a href="http://www.nytimes.com/2011/01/21/science/21memory.html">a salutary impact on acquiring and retaining knowledge</a>, according to <a href="http://www.sciencemag.org/content/early/2011/01/19/science.1199327.abstract">a recent article in Science</a>.</p>
<p>We expect that this test will help level the playing field for a broad range of application developers to acquire and prove their Solr/Lucene application development skills &#8212; and help employers who want to take full advantage of the best open-source search technology on the planet find the men and women who have the stuff to do it.</p>
<p>If you&#8217;re coming to Lucene Revolution, the exam will be offered there for free &#8212; a savings of $250 over the regular price. Details are <a href="http://lucenerevolution.com/2011/certification">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2011/05/12/putting-your-search-skills-to-the-test-lucid-certified-apache-solrlucene-developer-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Apache Lucene Ecosystem: My View of 2010</title>
		<link>http://www.lucidimagination.com/blog/2010/12/27/the-apache-lucene-ecosystem-my-view-of-2010/</link>
		<comments>http://www.lucidimagination.com/blog/2010/12/27/the-apache-lucene-ecosystem-my-view-of-2010/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 15:54:11 +0000</pubDate>
		<dc:creator>Grant Ingersoll</dc:creator>
				<category><![CDATA[Droids]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucene Connector Framework]]></category>
		<category><![CDATA[LucidWorks]]></category>
		<category><![CDATA[Lucy]]></category>
		<category><![CDATA[Mahout]]></category>
		<category><![CDATA[ManifoldCF]]></category>
		<category><![CDATA[nutch]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PyLucene]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[Tika]]></category>
		<category><![CDATA[ZooKeeper]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2809</guid>
		<description><![CDATA[<p>After a week off to enjoy time with my family, I thought I would kick off the last week of 2010 with a look back at the year as it relates to the Apache Lucene ecosystem.  For anyone who follows the amalgamation of projects that I like to call the Lucene Ecosystem (the Apache projects: Lucene, Solr, Nutch, Mahout, Tika, PyLucene, Lucy, Lucene.NET, Droids, ManifoldCF &#8212; Lucene Connector Framework, OpenNLP and UIMA) you know it &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>After a week off to enjoy time with my family, I thought I would kick off the last week of 2010 with a look back at the year as it relates to the Apache Lucene ecosystem.  For anyone who follows the amalgamation of projects that I like to call the Lucene Ecosystem (the Apache projects: Lucene, Solr, Nutch, Mahout, Tika, PyLucene, Lucy, Lucene.NET, Droids, ManifoldCF &#8212; Lucene Connector Framework, OpenNLP and UIMA) you know it has been an amazingly busy and fruitful year.  Instead of going through each project like <a href="http://www.lucidimagination.com/blog/2009/12/24/the-apache-lucene-ecosystem-my-view-of-2009/">last year&#8217;s review</a>, I&#8217;m just going to be a bit less formal and hit on the highlights as I see them.</p>
<p>Before I dig in too much, though, a special thanks to all our customers at Lucid Imagination as well as to my coworkers.  I&#8217;m coming up on 15 years out in the &#8220;real world&#8221; and I can honestly say I&#8217;ve never enjoyed what I do as much as I do here and that even accounts for the normal rough patches one goes through in any job.  As an engineer, there are few things as cool as getting to work with customers who are not only using, but pushing your work/project/product on a daily basis to do new and interesting things (I think this is a direct result of the project being Open Source, which I believe has an inherently <a href="http://www.lucidimagination.com/blog/2009/04/20/lucene-open-source-and-the-cost-of-experimentation/">lower cost of experimentation</a>).  I&#8217;ve been fortunate enough to meet and talk with many people doing all kinds of things with Lucene and Solr ranging from the &#8220;mundane&#8221; of basic keyword search to those building next generation search capabilities at incredible scale.  Through it all, I&#8217;m constantly amazed at the flexibility and efficiency of Lucene and Solr.  For instance, I&#8217;ve been working with one customer now whose Solr-based solution (for the exact same content) will use ~50% less hardware and will have an index that is 1/6 the size of their FAST index all while saving them major dinero.</p>
<p>Speaking of Lucid, one of the highlights of the year for us that relates directly to Lucene and Solr is the launch of our enterprise version: <a href="http://www.lucidimagination.com/lwe/download">LucidWorks Enterprise</a>.   I like to think of it as Apache Solr with a whole lot of Lucid expertise on how to use Solr baked in and topped off with other features and functionality to make building search applications easier.</p>
<p>OK, time to move on to the open source projects&#8230;</p>
<ol>
<li>Without a doubt, the biggest news of the year is the merging of the Lucene and Solr code base as well as the &#8220;graduation&#8221; of several subprojects to Apache Soft. Foundation Top Level Projects (TLP).  The graduating projects are <a href="http://tika.apache.org">Tika</a>, <a href="http://nutch.apache.org">Nutch</a>, and <a href="http://mahout.apache.org">Mahout</a>.  We also spun Lucy (a C port) to the Incubator, where it is working on it&#8217;s own community.  These moves were primarily done to focus the project management on single code base, but they also demonstrate the project has reached a level of maturity at the ASF.  The move also has the side benefit of bringing each project higher visibility.</li>
<li>I&#8217;m particularly excited about the addition of <a href="http://www.lucidimagination.com/blog/2010/12/02/opennlp-moving-to-apache/">OpenNLP to the Apache</a> umbrella.  OpenNLP is a nice open source Java project for natural language processing that has lived at Source Forge for quite some time.  I would expect development to grow quite a bit under the ASF community based model.  Also, integrating OpenNLP with Solr and Lucene is pretty easy to do.  I would be remiss if I didn&#8217;t also give a nod to the addition of the <a href="http://incubator.apache.org/connectors">ManifoldCF</a> project to the ASF.  ManifoldCF will help unlock content in Sharepoint, Documentum and other repositories for users of Lucene and Solr.</li>
<li>Lucene&#8217;s trunk code base now implements our &#8220;Flex APIs&#8221;, which should allow users to have near total control over what goes in the index as well as alternate compression techniques, different scoring models, etc.  See Michael McCandless&#8217; excellent <a href="http://www.lucidimagination.com/files/file/LuceneRev_McCandless_FunWithFlex.pdf">talk at Lucene Revolution</a> for more details.</li>
<li>With all the location aware devices and capabilities on the market, geo-spatial search is a hot topic and Lucene and Solr have been adding quite a bit of capabilities in this regard with the ability to filter, boost and sort results based on location information in documents.  See Solr&#8217;s <a href="http://wiki.apache.org/solr/SpatialSearch">Spatial Search Wiki page</a> for more info as well as several of my <a href="http://www.lucidimagination.com/search/?q=spatial#/s:lucid/li:blogs">past blog posts</a>.</li>
<li>Of course, everyone was a buzz about the cloud this year.  For Solr, this translates into greater efforts to make Solr easier to scale to very large installations (100s to 1000s of nodes and billions and billions of documents) via the <a href="http://wiki.apache.org/solr/SolrCloud">Solr Cloud project that Yonik Seeley and Mark Miller have been spearheading</a>.</li>
<li>On the user side, one of the biggest pieces of buzz this year related to Lucene was the migration of Twitter search to Lucene.  At 1 billion queries per day and 50 million posts per day (all indexed and searchable in near real time), Twitter&#8217;s search system certainly has it&#8217;s work cut out for itself.  However, as Michael Busch <a href="http://www.lucidimagination.com/events/revolution2010/videos/mbusch">outlined at Lucene Revolution</a>, Apache Lucene was up to the task!  Naturally, there were lots of other companies that migrated to Solr and Lucene as well.  Have you <a href="http://www.lucidimagination.com/enterprise-search-solutions/case-studies">shared your use case</a>?</li>
</ol>
<p>Well, I&#8217;ve no doubt missed a bunch of other things, but those items, to me, are some of the bigger highlights.  Looking forward, there are some other exciting things coming to Lucene and Solr.  In particular, I&#8217;m working on adding language identification, related searches and point in polygon filtering to Solr.  I would also expect we will release Lucene/Solr 3.1 fairly soon, too, but you can&#8217;t pin me down on a date just yet.</p>
<p>Here&#8217;s hoping you all have a Happy Holidays and a Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/12/27/the-apache-lucene-ecosystem-my-view-of-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing LucidWorks Enterprise</title>
		<link>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/</link>
		<comments>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 18:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucid Imagination Solutions]]></category>
		<category><![CDATA[LucidWorks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[ZooKeeper]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2535</guid>
		<description><![CDATA[<p>Last week at <a href="http://lucenerevolution.org/" target="_blank">Lucene Revolution</a> we announced <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a> LucidWorks Enterprise is a commercially supported search platform that builds on the power of <a href="http://lucene.apache.org/" target="_blank">Apache Lucene</a> and <a href="http://lucene.apache.org/solr/" target="_blank">Solr</a> to deliver a flexible and scalable search platform.</p>
<p>Gee.  That almost sounds like a marketing guy wrote it.  Let me try again: LucidWorks Enterprise is software that let&#8217;s you easily build great search applications.  You can install it, index some content, and search that content with just a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Last week at <a href="http://lucenerevolution.org/" target="_blank">Lucene Revolution</a> we announced <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a> LucidWorks Enterprise is a commercially supported search platform that builds on the power of <a href="http://lucene.apache.org/" target="_blank">Apache Lucene</a> and <a href="http://lucene.apache.org/solr/" target="_blank">Solr</a> to deliver a flexible and scalable search platform.</p>
<p>Gee.  That almost sounds like a marketing guy wrote it.  Let me try again: LucidWorks Enterprise is software that let&#8217;s you easily build great search applications.  You can install it, index some content, and search that content with just a few keystrokes and clicks of the mouse.  Or, you can build a full-blown, integrated search application with custom plugins and your own user interface, all running on a fifty-node cluster.  And if you really need it, the full flexibility of Solr is right there, always accessible.<br />
<a href="http://www.lucidimagination.com/blog/wp-content/uploads/2010/10/Components.png"><img src="http://www.lucidimagination.com/blog/wp-content/uploads/2010/10/Components-300x171.png" alt="" title="Components" width="300" height="171" class="alignnone size-medium wp-image-2545" /></a><br />
LucidWorks Enterprise extends Solr to include some enterprise-grade features, just as Solr extends Lucene to provide server functionality.  By extending and embedding Solr, we get to use all of its powerful features without having to do what many folks do: fork the code base.  You see, we are really embedding Solr without changing it appreciably.  Where we do change it, we contribute our code back to the open source project.  A great example of that is SolrCloud, a feature we developed specifically for LucidWorks Enterprise.  The problem was that it was such a fundamental change to Solr that we would have to maintain a forked code-base forever, or simply contribute the code to the open source project.  We chose the latter, and that&#8217;s the choice we will continue to prefer for such fundamental and powerful features.</p>
<p>So, what&#8217;s in LucidWorks Enterprise?  Here&#8217;s a quick summary of the main features:</p>
<dl>
<dt>SolrCloud:</dt>
<dd>provides simplified configuration management, load balancing and failover in a distributed environment.  It&#8217;s the key feature if you have a cluster of search nodes.</dd>
<dt>User Interface:</dt>
<dd>we added a web-driven user interface to simplify the process of configuring the system, indexing content, and trying out searches.</dd>
<dt>CLICK Scoring:</dt>
<dd>ever wonder how to get better results on searches over your own content?  The CLICK scoring framework provides feedback from searchers back into the relevance ranking of documents, improving relevance for all.</dd>
<dt>ReST API:</dt>
<dd>all of the power of LucidWorks Enterprise is available programmatically, so you can build more thorough applications and automated administration.</dd>
<dt>Smarter Defaults:</dt>
<dd>LucidWorks Enterprise is configured out-of-the-box to be a great search application, with good relevance and a full list of features like spell checking, autocomplete, and unsupervised feedback.</dd>
<dt>Data Acquisition:</dt>
<dd>we have added a crawler and scheduler that simplifies the process of getting data into LucidWorks Enterprise.  Just point it at a Web site or set of files, or import data from a database.</dd>
</dl>
<p>So that&#8217;s LucidWorks Enterprise.  We&#8217;ll be talking more about it over the coming days.  This is the beginning of an exciting time for Lucid Imagination: we&#8217;re really excited to raise the bar with search and get our customers using the latest and greatest in search technology: <a href="http://www.lucidimagination.com/enterprise-search-solutions/lucidworks" target="_blank">LucidWorks Enterprise.</a>  It&#8217;s free for developers, so <a href="http://www.lucidimagination.com/developers/lucidworks-enterprise-developer-access-release">download LucidWorks Enterprise now!</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/10/14/introducing-lucidworks-enterprise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summary of first ever RTP (Raleigh/Chapel Hill/Durham) Apache Lucene/Solr Meetup</title>
		<link>http://www.lucidimagination.com/blog/2010/09/29/summary-of-first-ever-rtp-raleighchapel-hilldurham-apache-lucenesolr-meetup/</link>
		<comments>http://www.lucidimagination.com/blog/2010/09/29/summary-of-first-ever-rtp-raleighchapel-hilldurham-apache-lucenesolr-meetup/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 12:55:42 +0000</pubDate>
		<dc:creator>Grant Ingersoll</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[auto suggest]]></category>
		<category><![CDATA[faceting]]></category>
		<category><![CDATA[Grant Ingersoll]]></category>
		<category><![CDATA[solr 4.0]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2499</guid>
		<description><![CDATA[<p>A week and a day later, I&#8217;ve finally got a chance to put up my thoughts/notes on the first ever RTP <a href="http://lucene.apache.org">Apache Lucene/Solr</a> Meetup hosted by <a href="http://www.lulu.com/">Lulu Press</a> and co-sponsored by Lucid Imagination.</p>
<p>First off, hats off to Lulu for the excellent hosting, coordination and marketing of the event.  You could definitely see the evidence of Lulu&#8217;s &#8220;Be Remarkable&#8221; philosophy in the event. I&#8217;d say we had roughly 30-40 people for the first time event, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>A week and a day later, I&#8217;ve finally got a chance to put up my thoughts/notes on the first ever RTP <a href="http://lucene.apache.org">Apache Lucene/Solr</a> Meetup hosted by <a href="http://www.lulu.com/">Lulu Press</a> and co-sponsored by Lucid Imagination.</p>
<p>First off, hats off to Lulu for the excellent hosting, coordination and marketing of the event.  You could definitely see the evidence of Lulu&#8217;s &#8220;Be Remarkable&#8221; philosophy in the event. I&#8217;d say we had roughly 30-40 people for the first time event, with a good mix of developers, technical managers and a few recruiters.  There was even a &#8220;competitor&#8221; from an unnamed proprietary vendor present.  On the application front, there was a large mix of usages represented: ecommerce, publishing, video search, procurement, biopharma, etc.</p>
<p>After some socialization, we kicked off the night with Lulu CEO <a href="http://en.wikipedia.org/wiki/Bob_Young_%28businessman%29">Bob Young</a>, who gave a short intro to Lulu as well as a warm welcome to all.  Next up, I gave a talk (<a href="http://files.meetup.com/1698968/newLuceneSolr-sept2010.pptx">slides</a>) on what&#8217;s coming in Lucene/Solr 3.x and beyond as well as answered some questions about features and functionality.  After me, Tarun Jain of <a href="http://www.abb.com/">The ABB Group</a>, one of Lucid&#8217;s first customers and the world&#8217;s largest producer of industrial robots as well as a global leader in power and industrial automation with revenues around $33B USD, gave a presentation titled &#8220;Extreme Faceting Using Solr&#8221; (<a href="http://files.meetup.com/1698968/Extreme%20Faceting%20using%20SOLR.ppt">slides</a>) on their move from a legacy proprietary vendor to Solr for searching all of their customer facing (and internal) product catalog (420K SKUs with 20+ million attributes and over 6M hits per month).   After setting the stage about the content to be searched and faceted, Tarun detailed how they went from wanting to &#8220;do everything in the DB&#8221; to doing nearly everything in Solr because it was that easy.  Moreover, slide 8 details the comparison they did between Solr and a very large proprietary search vendor (one of the so called top 3).  Here are the bullet points:</p>
<ol>
<li>
<div>Stress test results in Proof of concept</div>
<ol>
<li>
<div>SOLR 35 req/sec vs 2 req/sec</div>
</li>
<li>
<div>Average response times 200 ms vs 1-7 secs</div>
</li>
<li>
<div>CPU usage 2-3% vs 100%</div>
</li>
</ol>
</li>
<li>Sadly matchup was not even close (at least for the scenarios we tested for)</li>
<li>
<div><strong>Conclusion .. Performance of SOLR is inversely proportional to the cost</strong></div>
</li>
<li>
<div>Winner – SOLR by a KO</div>
</li>
</ol>
<p>After Tarun&#8217;s talk, Paul Oakes from Lulu gave an excellent technical presentation (<a href="http://files.meetup.com/1698968/Implementing%20Autocomplete%20with%20Solr%20and%20jQuery.ppt">slides</a>) on implementing auto-suggest in Solr using <a href="http://jquery.com/">jQuery</a>.  Just for grins, he also showed how trivial it was to add Google&#8217;s much hyped &#8220;Instant&#8221; search capability to Solr as well simply by making an extra jQuery call.  Naturally, the real work behind &#8220;Instant&#8221; is in capacity planning at scale, not in the programming of a few lines of Javascript.</p>
<p>As for the RTP meetup in general, I would suspect we will try to meet once a quarter, but maybe more often if the group so desires.</p>
<p>All in all, an excellent night, in my opinion.  Best of all it was a &#8220;home&#8221; event for me, so I didn&#8217;t have to fly anywhere or bum a ride back to a hotel!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/09/29/summary-of-first-ever-rtp-raleighchapel-hilldurham-apache-lucenesolr-meetup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lucene Revolution: Learn, Network, Have Fun</title>
		<link>http://www.lucidimagination.com/blog/2010/09/14/lucene-revolution-learn-network/</link>
		<comments>http://www.lucidimagination.com/blog/2010/09/14/lucene-revolution-learn-network/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 20:27:54 +0000</pubDate>
		<dc:creator>Lucid Imagination</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Lucid Imagination]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2432</guid>
		<description><![CDATA[<p>Lucene Revolution may very well be the birthplace of the next generation of open source enterprise search. Don’t get left out of this historic gathering! <a href="http://lucenerevolution.org/register"><strong>Early bird pricing</strong> </a>has been extended to September 17, so register today to join the Lucene Revolution, and meet attendees and speakers from all walks of life – developer and strategist, visionary and pragmatist, grizzled Apache Lucene/Solr veteran and newcomer alike.</p>
<p> More than just theory and academic hypothesis, Lucene Revolution will leave &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Lucene Revolution may very well be the birthplace of the next generation of open source enterprise search. Don’t get left out of this historic gathering! <a href="http://lucenerevolution.org/register"><strong>Early bird pricing</strong> </a>has been extended to September 17, so register today to join the Lucene Revolution, and meet attendees and speakers from all walks of life – developer and strategist, visionary and pragmatist, grizzled Apache Lucene/Solr veteran and newcomer alike.</p>
<p> More than just theory and academic hypothesis, Lucene Revolution will leave you with actionable information that you can take back to your organization to immediately hone competitive advantage and reap the cost and crowd-sourced innovation benefits of open source enterprise search. Expand your network, your knowledge, and your horizons all at one event.</p>
<p>Here&#8217;s  what attendees of Apache Lucene Eurocon, Lucene Revolution’s European predecessor, had to say about that groundbreaking event.</p>
<p>“My favorite part was hearing from the great range of use cases and learning from them”</p>
<p>“For me it was very helpful and valuable because I got a lot of inputs which was useful as we want to change from FAST ESP to Solr”</p>
<p>“Great speakers, excellent topics and talks”</p>
<p>“Very well planned and packed with many interesting talks and topics”</p>
<p>“ …Got a deeper view of Solr”</p>
<p>“I enjoyed learning new information about Solr &#8211; and seeing how other people are using it”</p>
<p>“Excellent conference”</p>
<p>“Meeting people struggling with the same issues was very valuable”</p>
<p>“Very interesting and focused talks”</p>
<p>“Well-organized conference”</p>
<p>“I liked putting a face to a name (from people in the Lucene/Solr community) &#8211; and the hallway chats”</p>
<p>“I&#8217;m looking forward to the next one!”</p>
<p>We&#8217;ve planned Lucene Revolution to offer these same benefits &#8211; and more.</p>
<p> Join speakers from organizations like Twitter, LinkedIn, IBM, Cisco, Salesforce.com, eHarmony, Yale University, and Sears &#8211; and attendees from companies like Nokia, Monster.com, Verizon, Novell, SAIC, GE, Lockheed Martin, Comcast, Qualcomm, The Ladders, MTV, and MIT.</p>
<p>We hope to see you in Boston!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/09/14/lucene-revolution-learn-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brazil Embraces Open Source</title>
		<link>http://www.lucidimagination.com/blog/2010/08/27/brazil-embraces-open-source/</link>
		<comments>http://www.lucidimagination.com/blog/2010/08/27/brazil-embraces-open-source/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solr]]></category>

		<guid isPermaLink="false">http://www.lucidimagination.com/blog/?p=2363</guid>
		<description><![CDATA[<p>Lately, Brazil has been getting a lot of attention (host to the next World Cup in 2014 and site of the first Olympics to be held in South America in 2016), but it also has gotten attention for its embrace of open source technologies. It was my pleasure to speak at an event organized for business executives by our partner in Brazil, Primeware. The topic?—Open source enterprise search software, of course.</p>
<p>I talk about my &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Lately, Brazil has been getting a lot of attention (host to the next World Cup in 2014 and site of the first Olympics to be held in South America in 2016), but it also has gotten attention for its embrace of open source technologies. It was my pleasure to speak at an event organized for business executives by our partner in Brazil, Primeware. The topic?—Open source enterprise search software, of course.</p>
<p>I talk about my experience in Brazil further in my “Logical Expression” <a href="http://www.networkworld.com/community/node/65471">post</a> this week.  It was great to learn that all the participants at the event had growth and expansion plans, and open source is being widely used and embraced, from Lucene/Solr to Linux and beyond. From conversations with the executives in attendance, I learned that their main motivations for using open source were quality, easy access, a short learning curve, and lower cost. I was left with a very positive impression and reminded yet again about the power of the open source community &#8212; in a country with a growing economy and a growing appetite for technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucidimagination.com/blog/2010/08/27/brazil-embraces-open-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

