<?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>Jeff Douglas - Technology, Coding and Bears... OH MY! &#187; hibernate</title>
	<atom:link href="http://blog.jeffdouglas.com/tag/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:57:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Google-like Search with Hibernate</title>
		<link>http://blog.jeffdouglas.com/2007/09/26/google-like-search-with-hibernate/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-like-search-with-hibernate</link>
		<comments>http://blog.jeffdouglas.com/2007/09/26/google-like-search-with-hibernate/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 12:49:13 +0000</pubDate>
		<dc:creator>Jeff Douglas</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://jeffdonthemic.wordpress.com/?p=169</guid>
		<description><![CDATA[JBoss.org just released Hibernate Search 3.0, which brings full text search capabilities to Hibernate-based applications. Key features in Hibernate Search 3.0 include: Transparent index synchronization: This feature eliminates the need to manually update the index on data change. Events generated by Hibernate Core will trigger the update transparently for the application. Seamless integration with the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffdouglas.com%2F2007%2F09%2F26%2Fgoogle-like-search-with-hibernate%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffdouglas.com%2F2007%2F09%2F26%2Fgoogle-like-search-with-hibernate%2F&amp;source=jeffdonthemic&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>JBoss.org just <a href="http://labs.jboss.com/announcement/" target="_blank">released Hibernate Search 3.0</a>, which brings full text search capabilities to Hibernate-based applications.</p>
<p>Key features in Hibernate Search 3.0 include:</p>
<ul>
<li>Transparent index synchronization: This feature eliminates the need to manually update the index on data change. Events generated by Hibernate Core will trigger the update transparently for the application.</li>
<li>Seamless integration with the Hibernate and Java Persistence query model: Hibernate Search embraces both the Hibernate and Java Persistence semantic and APIs. As a result, switching from a Hibernate Query Language (HQL) query to a full text query requires minimal changes to the application.</li>
<li>Out-of-the-box asynchronous clustering mode: Handles clustered applications, this out of the box mode also handles gracefully indexing load peaks, avoiding any contention on the online system.</li>
<li>Product extensibility: Developers can extend Hibernate Search with a series of extension points for deep index interaction customization that helps edge case applications meet their performance and architectural requirements and constraints.</li>
</ul>
<p>For more info, see <a href="http://search.hibernate.org/." target="_blank">http://search.hibernate.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffdouglas.com/2007/09/26/google-like-search-with-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

