<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SolrJ TermsComponent Support</title>
	<atom:link href="http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/</link>
	<description>Python, Search, and Open Source.</description>
	<lastBuildDate>Wed, 05 May 2010 22:07:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-20682</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 05 May 2010 22:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-20682</guid>
		<description>This patch has been accepted and applied in the latest version of Solr trunk.  I would use that version.</description>
		<content:encoded><![CDATA[<p>This patch has been accepted and applied in the latest version of Solr trunk.  I would use that version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nabil rabhi</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-20290</link>
		<dc:creator>nabil rabhi</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-20290</guid>
		<description>hi Matt,
I tired to apply your patch SOLR-1139.patch on the solr 1.4 but I got some errors during the operation.
here what the error generated by the patch command looks like:
 patch -p0 -i SOLR-1139.patch 

can&#039;t find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
&#124;Index: CHANGES.txt
&#124;===================================================================
&#124;--- CHANGES.txt	(revision 889975)
&#124;+++ CHANGES.txt	(working copy)
--------------------------
File to patch: 
Skip this patch? [y] y
Skipping patch.
5 out of 5 hunks ignored

when I use the command  patch -p0 -i SOLR-1139.patch
  
I get this error:

 patching file CHANGES.txt
Hunk #1 FAILED at 58.
1 out of 1 hunk FAILED -- saving rejects to file CHANGES.txt.rej
patching file src/test/org/apache/solr/client/solrj/SolrQueryTest.java
Hunk #1 FAILED at 143.
1 out of 1 hunk FAILED -- saving rejects to file src/test/org/apache/solr/client/solrj/SolrQueryTest.java.rej
patching file src/test/org/apache/solr/client/solrj/response/TermsResponseTest.java
patching file src/solrj/org/apache/solr/client/solrj/SolrQuery.java
Hunk #1 FAILED at 22.
Hunk #2 FAILED at 55.
2 out of 2 hunks FAILED -- saving rejects to file src/solrj/org/apache/solr/client/solrj/SolrQuery.java.rej
patching file src/solrj/org/apache/solr/client/solrj/response/QueryResponse.java
Hunk #1 FAILED at 46.
Hunk #2 FAILED at 60.
Hunk #3 FAILED at 122.
Hunk #4 FAILED at 133.
Hunk #5 FAILED at 288.
5 out of 5 hunks FAILED -- saving rejects to file src/solrj/org/apache/solr/client/solrj/response/QueryResponse.java.rej
patching file src/solrj/org/apache/solr/client/solrj/response/TermsResponse.java

can you help me please solve this problem?
PS: I&#039;m using ubuntu 9.10</description>
		<content:encoded><![CDATA[<p>hi Matt,<br />
I tired to apply your patch SOLR-1139.patch on the solr 1.4 but I got some errors during the operation.<br />
here what the error generated by the patch command looks like:<br />
 patch -p0 -i SOLR-1139.patch </p>
<p>can&#8217;t find file to patch at input line 5<br />
Perhaps you used the wrong -p or &#8211;strip option?<br />
The text leading up to this was:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
|Index: CHANGES.txt<br />
|===================================================================<br />
|&#8212; CHANGES.txt	(revision 889975)<br />
|+++ CHANGES.txt	(working copy)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
File to patch:<br />
Skip this patch? [y] y<br />
Skipping patch.<br />
5 out of 5 hunks ignored</p>
<p>when I use the command  patch -p0 -i SOLR-1139.patch</p>
<p>I get this error:</p>
<p> patching file CHANGES.txt<br />
Hunk #1 FAILED at 58.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file CHANGES.txt.rej<br />
patching file src/test/org/apache/solr/client/solrj/SolrQueryTest.java<br />
Hunk #1 FAILED at 143.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/test/org/apache/solr/client/solrj/SolrQueryTest.java.rej<br />
patching file src/test/org/apache/solr/client/solrj/response/TermsResponseTest.java<br />
patching file src/solrj/org/apache/solr/client/solrj/SolrQuery.java<br />
Hunk #1 FAILED at 22.<br />
Hunk #2 FAILED at 55.<br />
2 out of 2 hunks FAILED &#8212; saving rejects to file src/solrj/org/apache/solr/client/solrj/SolrQuery.java.rej<br />
patching file src/solrj/org/apache/solr/client/solrj/response/QueryResponse.java<br />
Hunk #1 FAILED at 46.<br />
Hunk #2 FAILED at 60.<br />
Hunk #3 FAILED at 122.<br />
Hunk #4 FAILED at 133.<br />
Hunk #5 FAILED at 288.<br />
5 out of 5 hunks FAILED &#8212; saving rejects to file src/solrj/org/apache/solr/client/solrj/response/QueryResponse.java.rej<br />
patching file src/solrj/org/apache/solr/client/solrj/response/TermsResponse.java</p>
<p>can you help me please solve this problem?<br />
PS: I&#8217;m using ubuntu 9.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-20153</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 19 Mar 2010 22:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-20153</guid>
		<description>Yes, version 0.2.0 supports creating your own results page.  Just create a s4w_search.php based on the one included with the plugin.  Unfortunately, there are some hardcoded values inside the plugin itself, however, the next version provides a fix for this.</description>
		<content:encoded><![CDATA[<p>Yes, version 0.2.0 supports creating your own results page.  Just create a s4w_search.php based on the one included with the plugin.  Unfortunately, there are some hardcoded values inside the plugin itself, however, the next version provides a fix for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-19610</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-19610</guid>
		<description>It would be really useful if TermsComponent was also available through SolrNet. 

Looks like a mini project for me...</description>
		<content:encoded><![CDATA[<p>It would be really useful if TermsComponent was also available through SolrNet. </p>
<p>Looks like a mini project for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-15941</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 18 May 2009 13:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-15941</guid>
		<description>TermsComponent is not in Solr 1.3.  You need to apply this patch to the latest trunk version of Solr 1.4 for this functionality.</description>
		<content:encoded><![CDATA[<p>TermsComponent is not in Solr 1.3.  You need to apply this patch to the latest trunk version of Solr 1.4 for this functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/comment-page-1/#comment-15940</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 18 May 2009 13:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=124#comment-15940</guid>
		<description>Great!!! but how can it works in current example Solr 1.3.</description>
		<content:encoded><![CDATA[<p>Great!!! but how can it works in current example Solr 1.3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
