Re: Solr search with Auto Spellchecker

2009-03-17 Thread Ingo Renner
Am 17.03.2009 um 14:39 schrieb Shyamsunder Reddy: I have the same question in mind. How can I configure the same standard request handler to handle the spell check for given query? I mean instead of calling http://localhost:8983/solr/spellCheckCompRH?q=*:*&spellcheck.q=globl for spelling che

Re: Solr search with Auto Spellchecker

2009-03-17 Thread Shyamsunder Reddy
e of both querying and spell checking: http://localhost:8983/solr/select?q=globl --- On Wed, 3/11/09, Shalin Shekhar Mangar wrote: From: Shalin Shekhar Mangar Subject: Re: Solr search with Auto Spellchecker To: solr-user@lucene.apache.org Date: Wednesday, March 11, 2009, 9:33 AM On Wed, Ma

RE: Solr search with Auto Spellchecker

2009-03-11 Thread Narayanan, Karthikeyan
with Auto Spellchecker On Wed, Mar 11, 2009 at 7:00 PM, Narayanan, Karthikeyan < karthikeyan.naraya...@gs.com> wrote: > Is it possible get the search results from the spell corrected word in a > single solr search query?. Like I search for the word "globl" and the > co

Re: Solr search with Auto Spellchecker

2009-03-11 Thread Shalin Shekhar Mangar
On Wed, Mar 11, 2009 at 7:00 PM, Narayanan, Karthikeyan < karthikeyan.naraya...@gs.com> wrote: > Is it possible get the search results from the spell corrected word in a > single solr search query?. Like I search for the word "globl" and the > correct spelling is "global".. The query should retur

RE: Solr search with Auto Spellchecker

2009-03-11 Thread Narayanan, Karthikeyan
any ideas.. Thanks. Karthik > _ > From: Narayanan, Karthikeyan > Sent: Tuesday, March 10, 2009 9:43 AM > To: 'solr-user@lucene.apache.org' > Subject: Solr search with Auto Spellchecker > > >

Solr search with Auto Spellchecker

2009-03-10 Thread Narayanan, Karthikeyan
Hello All, > Am trying to implement spell checker in > the Solr search. I am able to get the suggestions by passing > 'spellcheck=true'. But I want the search results from the spell > corrected word. > How do I achieve that?. T

Solr search with Auto Spellchecker

2009-03-10 Thread Narayanan, Karthikeyan
> Hello All, > Am trying to implement spell checker in the Solr > search. I am able to get the suggestions by passing > 'spellcheck=true'. But I want the search results from the spell > corrected word. > How do I achieve that?. Thanks in Advance. > > Tha