<?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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solr-autosuggest-with-termscomponent-and-jquery</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 08 Nov 2011 14:24:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Writing Terms Query for auto suggest in solr &#124; My Blog</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-215</link>
		<dc:creator>Writing Terms Query for auto suggest in solr &#124; My Blog</dc:creator>
		<pubDate>Thu, 08 Sep 2011 11:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-215</guid>
		<description>[...] http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/" rel="nofollow">http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-76</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 10 May 2011 03:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-76</guid>
		<description>How do I retrieve the suggestion with punctuation marks like {&#039;,&#039;,&#039;-&#039;,&#039;;&#039;,etc.,}. Can Any one help me to achieve this?</description>
		<content:encoded><![CDATA[<p>How do I retrieve the suggestion with punctuation marks like {&#8216;,&#8217;,'-&#8217;,';&#8217;,etc.,}. Can Any one help me to achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solr Auto Suggest &#124; Maansu</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-75</link>
		<dc:creator>Solr Auto Suggest &#124; Maansu</dc:creator>
		<pubDate>Sun, 10 Apr 2011 21:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-75</guid>
		<description>[...] Some other reference url&#8217;s to get this feature working are http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/, http://docs.jquery.com/UI/Autocomplete [...] </description>
		<content:encoded><![CDATA[<p>[...] Some other reference url&#8217;s to get this feature working are http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/, http://docs.jquery.com/UI/Autocomplete [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar Anurag</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-73</link>
		<dc:creator>Kumar Anurag</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-73</guid>
		<description>please show the steps for implementing AutoComplete in Solr-1.3. I have got front end written in JSP. It works well.

I need UI for AutoComplete and the implementation .

Please guide me through steps of implementing it.

Thanks..</description>
		<content:encoded><![CDATA[<p>please show the steps for implementing AutoComplete in Solr-1.3. I have got front end written in JSP. It works well.</p>
<p>I need UI for AutoComplete and the implementation .</p>
<p>Please guide me through steps of implementing it.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kat</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-72</link>
		<dc:creator>kat</dc:creator>
		<pubDate>Tue, 23 Nov 2010 17:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-72</guid>
		<description>Hello Mat,
Nice post.
I am building a autocomplete feature using Solr.
I checked out the solr project from source control and built it using the dist command in ant to create multiple JAR files.
I added these newly created JAR files in my project. So that, your patch for TermsResponse is available to me.
It is giving me an exception at the following line:
QueryResponse qr = server.query(query);
This is the trace:
org.apache.solr.client.solrj.SolrServerException: Error executing query
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)
	at lucidlabs.searching.SolrJSearcherSpellCheckComp.search(SolrJSearcherSpellCheckComp.java:56)
	at lucidlabs.searching.RunSolrJSearcherSpellCheckComp.main(RunSolrJSearcherSpellCheckComp.java:22)
Caused by: java.lang.RuntimeException: Invalid version or the data in not in &#039;javabin&#039; format
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:99)
	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:477)
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
	... 3 more

Can you please kindly help me find the problem here?
I am sure it is some version mismatch but unable to determine where.
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello Mat,<br />
Nice post.<br />
I am building a autocomplete feature using Solr.<br />
I checked out the solr project from source control and built it using the dist command in ant to create multiple JAR files.<br />
I added these newly created JAR files in my project. So that, your patch for TermsResponse is available to me.<br />
It is giving me an exception at the following line:<br />
QueryResponse qr = server.query(query);<br />
This is the trace:<br />
org.apache.solr.client.solrj.SolrServerException: Error executing query<br />
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)<br />
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:119)<br />
	at lucidlabs.searching.SolrJSearcherSpellCheckComp.search(SolrJSearcherSpellCheckComp.java:56)<br />
	at lucidlabs.searching.RunSolrJSearcherSpellCheckComp.main(RunSolrJSearcherSpellCheckComp.java:22)<br />
Caused by: java.lang.RuntimeException: Invalid version or the data in not in &#8216;javabin&#8217; format<br />
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:99)<br />
	at org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)<br />
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:477)<br />
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)<br />
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)<br />
	&#8230; 3 more</p>
<p>Can you please kindly help me find the problem here?<br />
I am sure it is some version mismatch but unable to determine where.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva prasad</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-71</link>
		<dc:creator>Siva prasad</dc:creator>
		<pubDate>Thu, 27 May 2010 14:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=136#comment-71</guid>
		<description>Hi,

I am using solr4 and i configured terms component for auto suggest.Here, how can we configure for case insensitive auto suggest?

Please help me..

Regards,
Siva</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using solr4 and i configured terms component for auto suggest.Here, how can we configure for case insensitive auto suggest?</p>
<p>Please help me..</p>
<p>Regards,<br />
Siva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/#comment-70</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-70</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-69</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-69</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-68</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-68</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-67</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-67</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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 275/289 objects using disk: basic

Served from: www.mattweber.org @ 2012-02-05 00:52:56 -->
