<?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/Lucene and DataGrids</title>
	<link>http://www.kimchy.org/compasslucene-and-datagrids/</link>
	<description>Here we go. Here comes the Prozac</description>
	<pubDate>Sun, 06 Jul 2008 05:26:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Shay Banon</title>
		<link>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2087</link>
		<author>Shay Banon</author>
		<pubDate>Sun, 03 Feb 2008 12:24:35 +0000</pubDate>
		<guid>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2087</guid>
		<description>Can you take it to the forums?</description>
		<content:encoded><![CDATA[<p>Can you take it to the forums?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www</title>
		<link>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2080</link>
		<author>www</author>
		<pubDate>Sun, 03 Feb 2008 06:35:29 +0000</pubDate>
		<guid>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2080</guid>
		<description>hi,Shay Banon,

I use 
Directory idx = new InvocableCoherenceDirectory("lucenecache", "test");
and use Indexwriter write some doc to it.it works.and I shutdown the coherence.

now I use
Directory idx = new InvocableCoherenceDirectory("lucenecache", "test");
Searcher searcher = new IndexSearcher(idx);
search(searcher, "free");

it throws exception:

java.io.FileNotFoundException: no segments* file found in org.compass.needle.coherence.InvocableCoherenceDirectory@1e184cb: files:
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:516)
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:185)
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:167)
	at org.apache.lucene.search.IndexSearcher.(IndexSearcher.java:56)


Can you show detail how to config the coherence's cache?thanks.</description>
		<content:encoded><![CDATA[<p>hi,Shay Banon,</p>
<p>I use<br />
Directory idx = new InvocableCoherenceDirectory(&#8221;lucenecache&#8221;, &#8220;test&#8221;);<br />
and use Indexwriter write some doc to it.it works.and I shutdown the coherence.</p>
<p>now I use<br />
Directory idx = new InvocableCoherenceDirectory(&#8221;lucenecache&#8221;, &#8220;test&#8221;);<br />
Searcher searcher = new IndexSearcher(idx);<br />
search(searcher, &#8220;free&#8221;);</p>
<p>it throws exception:</p>
<p>java.io.FileNotFoundException: no segments* file found in <a href="mailto:org.compass.needle.coherence.InvocableCoherenceDirectory@1e184cb:">org.compass.needle.coherence.InvocableCoherenceDirectory@1e184cb:</a> files:<br />
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:516)<br />
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:185)<br />
	at org.apache.lucene.index.IndexReader.open(IndexReader.java:167)<br />
	at org.apache.lucene.search.IndexSearcher.(IndexSearcher.java:56)</p>
<p>Can you show detail how to config the coherence&#8217;s cache?thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shay Banon</title>
		<link>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2066</link>
		<author>Shay Banon</author>
		<pubDate>Sat, 02 Feb 2008 18:07:07 +0000</pubDate>
		<guid>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2066</guid>
		<description>The Directories are not Compass specific, but I am not sure that you can include this implementations with Lucene and have it on ASF? I think there will be licensing issues since ASF does not allow for this type of products to be included within an ASF project.</description>
		<content:encoded><![CDATA[<p>The Directories are not Compass specific, but I am not sure that you can include this implementations with Lucene and have it on ASF? I think there will be licensing issues since ASF does not allow for this type of products to be included within an ASF project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2016</link>
		<author>Otis Gospodnetic</author>
		<pubDate>Thu, 31 Jan 2008 04:25:28 +0000</pubDate>
		<guid>http://www.kimchy.org/compasslucene-and-datagrids/#comment-2016</guid>
		<description>Interesting!
Those 2 Directory implementations are not Compass-specific, right?  If so, why not contribute them to Lucene?  I'd love to play with that stuff.</description>
		<content:encoded><![CDATA[<p>Interesting!<br />
Those 2 Directory implementations are not Compass-specific, right?  If so, why not contribute them to Lucene?  I&#8217;d love to play with that stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terracotta: 1, Grails Searchable Plugin+Me: 0</title>
		<link>http://www.kimchy.org/compasslucene-and-datagrids/#comment-1830</link>
		<author>Terracotta: 1, Grails Searchable Plugin+Me: 0</author>
		<pubDate>Wed, 23 Jan 2008 04:47:03 +0000</pubDate>
		<guid>http://www.kimchy.org/compasslucene-and-datagrids/#comment-1830</guid>
		<description>[...] possibility is to look at Compass&#8217; new support for Gigaspaces. Thanks Marcos for passing that on. This sounds interesting but &#8220;feels&#8221; fairly heavy [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] possibility is to look at Compass&#8217; new support for Gigaspaces. Thanks Marcos for passing that on. This sounds interesting but &#8220;feels&#8221; fairly heavy [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
