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:
http://wiki.apache.org/solr/SimpleFacetParameters?highlight=%28facet%29%7C%28%2A%29#head-021d583a1430f6485c6e929930fceec3e15e1e8a

All of these have the same problem: programmers are all perfect spellers,
while normal people are not. None of these techniques assist normal people
to find homonyms.


On 9/9/09, dharhsana <rekha.dharsh...@gmail.com> 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 Termscomponent jar or plugin ..
>
> There is any other way for doing autocompletion search with out terms
> component.
>
> If so please tell me how to implement it.
>
> waiting for your reply
>
> Regards,
>
> Rekha.
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Very-Urjent-tp25359244p25360892.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Lance Norskog
goks...@gmail.com

Reply via email to