Bug in spellcheck.alternativeTermCount

2013-05-23 Thread Rounak Jain
I was playing around with spellcheck.alternativeTermCount and noticed that if it is set to zero, Solr gives an exception with certain queries. Maybe the value isn't supposed to be zero, but I don't think an exception is the expected behaviour. Rounak

Re: Get Suggester to return same phrase as query

2013-05-08 Thread Rounak Jain
7;s 4.0 or > later. I haven't implemented this, but this is a common problem so if > you do dig into it and get it to work (warning, I haven't a clue) it'd > be a great contribution to the Wiki. > > Best > Erick > > On Tue, May 7, 2013 at 10:41 AM, Rounak J

Get Suggester to return same phrase as query

2013-05-07 Thread Rounak Jain
Hi, I'm using the Suggester component in Solr, and if I search for "iPhone 5" the suggestions never give me the same phrase, that is "iPhone 5." Is there any way to alter this behaviour to return "iPhone 5" as well? A backup option could be to always display what the user has entered in the UI, b

AutoSuggest+Grouping in one request

2013-04-26 Thread Rounak Jain
Hi everyone, Search dropdowns on popular sites like Amazon (example image) use autosuggested words along with grouping (Field Collapsing in Solr). While I can replicate the same functionality in Solr using two requests (first to obtain suggestions, second for the a