<?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: Solr AutoSuggest with TermsComponent and jQuery</title>
	<atom:link href="http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/</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/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-20683</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 05 May 2010 22:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-20683</guid>
		<description>That link works for me.  Anyways, this code has been accepted into Solr.  Just grab the latest version of Solr trunk and you will get a SolrJ with my patch already applied.</description>
		<content:encoded><![CDATA[<p>That link works for me.  Anyways, this code has been accepted into Solr.  Just grab the latest version of Solr trunk and you will get a SolrJ with my patch already applied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinod</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-20546</link>
		<dc:creator>vinod</dc:creator>
		<pubDate>Thu, 22 Apr 2010 04:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-20546</guid>
		<description>Hi Matt, Thx for the post. Can you send me the runnable code via e-mail ? I don’t see a “download code” option.


Thx in advance.....</description>
		<content:encoded><![CDATA[<p>Hi Matt, Thx for the post. Can you send me the runnable code via e-mail ? I don’t see a “download code” option.</p>
<p>Thx in advance&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabil Rabhi</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-20246</link>
		<dc:creator>Nabil Rabhi</dc:creator>
		<pubDate>Fri, 26 Mar 2010 13:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-20246</guid>
		<description>hi Matt and thanks for this great and handy post,
I want to use your modified version of solrJ that supports termsComponents but the link:
http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/
 you gave seems, for some reason, to be broken
can you email me the code so I can use it?
thanx in advance</description>
		<content:encoded><![CDATA[<p>hi Matt and thanks for this great and handy post,<br />
I want to use your modified version of solrJ that supports termsComponents but the link:<br />
<a href="http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/" rel="nofollow">http://www.mattweber.org/2009/04/30/solrj-termscomponent-support/</a><br />
 you gave seems, for some reason, to be broken<br />
can you email me the code so I can use it?<br />
thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcm</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-20083</link>
		<dc:creator>jcm</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-20083</guid>
		<description>&gt; On top of this, it is not a good idea to expose your backend server via your frontend code.

In case someone still wants a direct communication between client and solr:

http://code.drewwilson.com/entry/autosuggest-jquery-plugin

Using this plugin one is able to define callback named retrieveComplete to transform the JSON data sent from solr into the finally required structure.</description>
		<content:encoded><![CDATA[<p>&gt; On top of this, it is not a good idea to expose your backend server via your frontend code.</p>
<p>In case someone still wants a direct communication between client and solr:</p>
<p><a href="http://code.drewwilson.com/entry/autosuggest-jquery-plugin" rel="nofollow">http://code.drewwilson.com/entry/autosuggest-jquery-plugin</a></p>
<p>Using this plugin one is able to define callback named retrieveComplete to transform the JSON data sent from solr into the finally required structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-19188</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-19188</guid>
		<description>It is in the next version along with much more cool stuff!  Unfortunately my professional life has been pretty hectic lately and I have not had a chance to get it released!</description>
		<content:encoded><![CDATA[<p>It is in the next version along with much more cool stuff!  Unfortunately my professional life has been pretty hectic lately and I have not had a chance to get it released!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hahler</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-19183</link>
		<dc:creator>Daniel Hahler</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-19183</guid>
		<description>This would be nice to have in the Wordpress plugin, too.. *hint* :)</description>
		<content:encoded><![CDATA[<p>This would be nice to have in the Wordpress plugin, too.. *hint* <img src='http://www.mattweber.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solr Digest, January 2010 &#171; Sematext Blog</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-19113</link>
		<dc:creator>Solr Digest, January 2010 &#171; Sematext Blog</dc:creator>
		<pubDate>Wed, 20 Jan 2010 06:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-19113</guid>
		<description>[...] by using recently added TermsComponent (for more information, you can check this excellent showcase by Matt Weber).  These approaches, however, have some limitations. The first limitation that comes [...]</description>
		<content:encoded><![CDATA[<p>[...] by using recently added TermsComponent (for more information, you can check this excellent showcase by Matt Weber).  These approaches, however, have some limitations. The first limitation that comes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsen Zainalpour</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-18538</link>
		<dc:creator>Mohsen Zainalpour</dc:creator>
		<pubDate>Sun, 29 Nov 2009 06:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-18538</guid>
		<description>thanks , very nice and useful post.
I updated doGet method to support Unicode terms ( res.setCharacterEncoding(&quot;UTF-8&quot;); )</description>
		<content:encoded><![CDATA[<p>thanks , very nice and useful post.<br />
I updated doGet method to support Unicode terms ( res.setCharacterEncoding(&#8220;UTF-8&#8243;); )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webhamer Weblog: Search &#38; ICT-related blogging &#187; links for 2009-11-17</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-18370</link>
		<dc:creator>Webhamer Weblog: Search &#38; ICT-related blogging &#187; links for 2009-11-17</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-18370</guid>
		<description>[...] Solr AutoSuggest with TermsComponent and jQuery &#124; Matt Weber I needed to implement an autosuggest/autocomplete search box for use with Solr. After a little research, I found the new TermsComponent feature in Solr 1.4. To use TermsComponent for suggestions, you need to provide set the prefix and lower bound to the input term and make the lower bound exclusive. Use the terms.fl parameter to set the source field. This means: (tags: todo jquery autosuggest autocomplete solr) [...]</description>
		<content:encoded><![CDATA[<p>[...] Solr AutoSuggest with TermsComponent and jQuery | Matt Weber I needed to implement an autosuggest/autocomplete search box for use with Solr. After a little research, I found the new TermsComponent feature in Solr 1.4. To use TermsComponent for suggestions, you need to provide set the prefix and lower bound to the input term and make the lower bound exclusive. Use the terms.fl parameter to set the source field. This means: (tags: todo jquery autosuggest autocomplete solr) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/comment-page-1/#comment-16134</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 08 Jun 2009 22:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-16134</guid>
		<description>Does your code support &quot;inclusive&quot; search (aka &quot;like&quot;) ?  For example, if you type in &quot;&quot;niqu&quot;, will it return &quot;technique ?</description>
		<content:encoded><![CDATA[<p>Does your code support &#8220;inclusive&#8221; search (aka &#8220;like&#8221;) ?  For example, if you type in &#8220;&#8221;niqu&#8221;, will it return &#8220;technique ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
