RE: SpellCheck component query

2015-03-09 Thread Reitzel, Charles
st an ngram filtered field to get valid terms. hth, Charlie -Original Message- From: Ashish Mukherjee [mailto:ashish.mukher...@gmail.com] Sent: Monday, March 09, 2015 1:55 AM To: solr-user@lucene.apache.org Cc: amantandon...@gmail.com Subject: Re: SpellCheck component query Hi Aman, Thank

Re: SpellCheck component query

2015-03-08 Thread Ashish Mukherjee
Hi Aman, Thanks for your response. Taking your example further to elaborate what I am looking to do - if user types 'chai' and suggestion is 'chat' , then I would like to see all the values which 'chat' in them as suggestions, such as 'text chat', 'video chat', 'audio chat' etc. without making a

Re: SpellCheck component query

2015-03-08 Thread Aman Tandon
Hi, AFAIK solr currently not providing this feature. Suppose a scenario, the user is trying to search for "chai" (hindi meaning of tea). And in your index you have more documents containing the keyword "chat" as compared to the the keyword "chai". chat => 501 chai => 29 and the maxQueryFrequenc

SpellCheck component query

2015-03-07 Thread Ashish Mukherjee
Hello, I have enabled the Spellcheck component in Solr, which gives me spelling suggestions. However, I would like those suggestions to be applied in the same select request handler to retrieve additional results based on the suggestions. How can this be achieved with Solr? Regards, Ashish