<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Compass 1.2 RC1 Released</title>
	<link>http://www.kimchy.org/compass-12-rc1-released/</link>
	<description>Here we go. Here comes the Prozac</description>
	<pubDate>Sun, 06 Jul 2008 05:31:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: KimchyBlog - Shay Banon Blog &#187; Blog Archive &#187; Compass 1.2 Released</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-590</link>
		<author>KimchyBlog - Shay Banon Blog &#187; Blog Archive &#187; Compass 1.2 Released</author>
		<pubDate>Tue, 16 Oct 2007 09:55:07 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-590</guid>
		<description>[...] 1.1. The list of features is very long and includes features listed for 1.2 M1, 1.2 M2, 1.2 M3 and 1.2 RC1. Features included in the 1.2 GA release include (a complete list can be found [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 1.1. The list of features is very long and includes features listed for 1.2 M1, 1.2 M2, 1.2 M3 and 1.2 RC1. Features included in the 1.2 GA release include (a complete list can be found [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graham</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-498</link>
		<author>graham</author>
		<pubDate>Tue, 25 Sep 2007 07:22:58 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-498</guid>
		<description>Hi Shay,

We're using compass thru grails' searchable plugin, but i've been reading about hibernate' search going final and I'm wondering what impact that would have on compass. Have you has a chance to look over the fence at what they have been working on?</description>
		<content:encoded><![CDATA[<p>Hi Shay,</p>
<p>We&#8217;re using compass thru grails&#8217; searchable plugin, but i&#8217;ve been reading about hibernate&#8217; search going final and I&#8217;m wondering what impact that would have on compass. Have you has a chance to look over the fence at what they have been working on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shay Banon</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-406</link>
		<author>Shay Banon</author>
		<pubDate>Sat, 08 Sep 2007 20:05:42 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-406</guid>
		<description>Yes, it would be great if you can mail the poms...</description>
		<content:encoded><![CDATA[<p>Yes, it would be great if you can mail the poms&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard L. Burton III</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-405</link>
		<author>Richard L. Burton III</author>
		<pubDate>Sat, 08 Sep 2007 17:58:43 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-405</guid>
		<description>Thanks for the lead with regards to HibernateMirrorFilter. 

I'll look into enabling Compass with Maven later this week. Should I e-mail the POM files to you?

Best Regards,
Richard L. Burton III</description>
		<content:encoded><![CDATA[<p>Thanks for the lead with regards to HibernateMirrorFilter. </p>
<p>I&#8217;ll look into enabling Compass with Maven later this week. Should I e-mail the POM files to you?</p>
<p>Best Regards,<br />
Richard L. Burton III</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shay Banon</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-402</link>
		<author>Shay Banon</author>
		<pubDate>Thu, 06 Sep 2007 16:04:35 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-402</guid>
		<description>Hi, the maven repository sounds great.

Regarding the cascading option, you can provide a HibernateMirrorFilter to filter our certain operations. If you need more info, the forum is a great place for this.

Cheers,
Shay</description>
		<content:encoded><![CDATA[<p>Hi, the maven repository sounds great.</p>
<p>Regarding the cascading option, you can provide a HibernateMirrorFilter to filter our certain operations. If you need more info, the forum is a great place for this.</p>
<p>Cheers,<br />
Shay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard L. Burton III</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-401</link>
		<author>Richard L. Burton III</author>
		<pubDate>Thu, 06 Sep 2007 01:08:56 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-401</guid>
		<description>Shay, I'd be willing to setup Maven for Compass if you like. I can be reached at rburton-at-codehaus+dot+org

Besides that, I was looking at Compass for an option or a way to disable cascading indexing on the save operation. For example, if I were to issue a save using Hibernate, Compass will intercept the requests and index it in lucene. My only problem is that can't have that document indexed into lucene until a certain operation is completed and I didn't want to use a flag within Lucene to manage this. It would require a delete/add to update the entry once its is done.

Any ideas/suggestions for doing this?

Best Regards,
Richard L. Burton III

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Shay, I&#8217;d be willing to setup Maven for Compass if you like. I can be reached at rburton-at-codehaus+dot+org</p>
<p>Besides that, I was looking at Compass for an option or a way to disable cascading indexing on the save operation. For example, if I were to issue a save using Hibernate, Compass will intercept the requests and index it in lucene. My only problem is that can&#8217;t have that document indexed into lucene until a certain operation is completed and I didn&#8217;t want to use a flag within Lucene to manage this. It would require a delete/add to update the entry once its is done.</p>
<p>Any ideas/suggestions for doing this?</p>
<p>Best Regards,<br />
Richard L. Burton III</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shay Banon</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-399</link>
		<author>Shay Banon</author>
		<pubDate>Wed, 05 Sep 2007 14:17:57 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-399</guid>
		<description>There are plan to do something like that, and I think that there are some public repository that had a version of Compass. It would be great if you could create one so users will be able to easily integrate with Compass.

If you do decide to put it in appfuse repository, is there a chance that it can be under org/compass?</description>
		<content:encoded><![CDATA[<p>There are plan to do something like that, and I think that there are some public repository that had a version of Compass. It would be great if you could create one so users will be able to easily integrate with Compass.</p>
<p>If you do decide to put it in appfuse repository, is there a chance that it can be under org/compass?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Raible</title>
		<link>http://www.kimchy.org/compass-12-rc1-released/#comment-398</link>
		<author>Matt Raible</author>
		<pubDate>Tue, 04 Sep 2007 23:09:26 +0000</pubDate>
		<guid>http://www.kimchy.org/compass-12-rc1-released/#comment-398</guid>
		<description>Are there any plans to create Maven bundles for Compass? It'd make it much easier to integrate into AppFuse if there's Maven artifacts available. If there are no plans, we'll be happy to create and maintain them.</description>
		<content:encoded><![CDATA[<p>Are there any plans to create Maven bundles for Compass? It&#8217;d make it much easier to integrate into AppFuse if there&#8217;s Maven artifacts available. If there are no plans, we&#8217;ll be happy to create and maintain them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
