<?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: Coldfusion Solr Client &#8211; SolColdfusion</title>
	<atom:link href="http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 17 Aug 2011 20:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Clifford</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-269</link>
		<dc:creator>Clifford</dc:creator>
		<pubDate>Mon, 29 Nov 2010 22:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-269</guid>
		<description>The params is an array, but you want to pass a struct, so do something like this:
params = StructNew();
params[&quot;indent&quot;] = &quot;off&quot;;
params[&quot;wt&quot;] = &quot;standard&quot;;
params[&quot;fl&quot;] = &quot;*,score&quot;;
params[&quot;qt&quot;] = &quot;standard&quot;;
params[&quot;wt&quot;] = &quot;standard&quot;;
params[&quot;start&quot;] = 0;
params[&quot;rows&quot;] = 10;
params[&quot;hl&quot;] = &quot;on&quot;;
params[&quot;hl.fl&quot;] = &quot;*&quot;;
params[&quot;hl.fragsize&quot;] = 50000;
params[&quot;hl.highlightMultiTerm&quot;] = &quot;true&quot;;
params[&quot;q&quot;] = &quot;foobar&quot;;</description>
		<content:encoded><![CDATA[<p>The params is an array, but you want to pass a struct, so do something like this:</p>
<p>params = StructNew();<br />
params["indent"] = &#8220;off&#8221;;<br />
params["wt"] = &#8220;standard&#8221;;<br />
params["fl"] = &#8220;*,score&#8221;;<br />
params["qt"] = &#8220;standard&#8221;;<br />
params["wt"] = &#8220;standard&#8221;;<br />
params["start"] = 0;<br />
params["rows"] = 10;<br />
params["hl"] = &#8220;on&#8221;;<br />
params["hl.fl"] = &#8220;*&#8221;;<br />
params["hl.fragsize"] = 50000;<br />
params["hl.highlightMultiTerm"] = &#8220;true&#8221;;<br />
params["q"] = &#8220;foobar&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-268</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-268</guid>
		<description>Wayne,
Thanks for the link to the component, I decided to give it a try... following your tutorial line by line I&#039;ve came to this problem
http://img253.imageshack.us/img253/9751/cfsolr.png
maybe you can help me out a bit on how to solve it...</description>
		<content:encoded><![CDATA[<p>Wayne,</p>
<p>Thanks for the link to the component, I decided to give it a try&#8230; following your tutorial line by line I&#8217;ve came to this problem</p>
<p><a href="http://img253.imageshack.us/img253/9751/cfsolr.png" rel="nofollow">http://img253.imageshack.us/img253/9751/cfsolr.png</a></p>
<p>maybe you can help me out a bit on how to solve it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-264</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 21 Oct 2010 20:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-264</guid>
		<description>Alejandro,
What version of CF are you using? In CF 9, there&#039;s native support...
The patch was never officially accepted by the Solr project because none of the committers ran CF, but the source can be found over at RIAForge (http://solcoldfusion.riaforge.org/).</description>
		<content:encoded><![CDATA[<p>Alejandro,</p>
<p>What version of CF are you using? In CF 9, there&#8217;s native support&#8230; </p>
<p>The patch was never officially accepted by the Solr project because none of the committers ran CF, but the source can be found over at RIAForge (<a href="http://solcoldfusion.riaforge.org/" rel="nofollow">http://solcoldfusion.riaforge.org/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-261</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Wed, 20 Oct 2010 15:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-261</guid>
		<description>Wayne, the path you mentioned in the Coldfusion Solr Client - SolColdfusion post... where can i find it in Solr? I&#039;ve never seen that path directly from the root, there is one inside webapps folder... is that the one?</description>
		<content:encoded><![CDATA[<p>Wayne, the path you mentioned in the Coldfusion Solr Client &#8211; SolColdfusion post&#8230; where can i find it in Solr? I&#8217;ve never seen that path directly from the root, there is one inside webapps folder&#8230; is that the one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

