Another, slower way is to create a spell checking dictionary and do spelling
requests on the first few characters the user types.
http://wiki.apache.org/solr/SpellCheckerRequestHandler?highlight=%28spell%29%7C%28checker%29
Another way is to search against facet values with the facet.prefix feature
On Wed, Sep 9, 2009 at 2:15 PM, dharhsana wrote:
>
> Hi Shalin Shekhar Mangar,
>
> I got some come from this site
>
> http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/
>
> When i use that code in my project ,then only i came to know that there is
> no Termscompo
Hi Shalin Shekhar Mangar,
I got some come from this site
http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/
When i use that code in my project ,then only i came to know that there is
no Termscomponent jar or plugin ..
There is any other way for doing autocom
On Wed, Sep 9, 2009 at 11:53 AM, dharhsana wrote:
>
> Iam new to solr,
> My requirement is that,i need to have Autocompletion text box in my blog
> application,i need to know how to implement it with solr 1.4.
>
> I have gone through TermsComponent,but TermsComponent is not available in
> solr 1.4