Re: Auto-suggest in Solr

2015-07-12 Thread Zheng Lin Edwin Yeo
Thank you so much. I'll read up on that and try that out. Regards, Edwin On 12 July 2015 at 00:41, Erick Erickson wrote: > Cool! I've bookmarked it, much more thorough > > Erick > > On Sat, Jul 11, 2015 at 8:13 AM, Walter Underwood > wrote: > > Thanks, this is very helpful. > > > > Sugge

Re: Auto-suggest in Solr

2015-07-11 Thread Erick Erickson
Cool! I've bookmarked it, much more thorough Erick On Sat, Jul 11, 2015 at 8:13 AM, Walter Underwood wrote: > Thanks, this is very helpful. > > Suggester config is quite under documented. It took me longer than I expected > to get it working. > > wunder > Walter Underwood > wun...@wunderwoo

Re: Auto-suggest in Solr

2015-07-11 Thread Walter Underwood
Thanks, this is very helpful. Suggester config is quite under documented. It took me longer than I expected to get it working. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) On Jul 10, 2015, at 6:30 PM, Alessandro Benedetti wrote: > Hi guys, > just

Re: Auto-suggest in Solr

2015-07-10 Thread Alessandro Benedetti
Hi guys, just wrote a blog to integrate Erick's post and to explain in details with practical examples all the main Lookup implementations : http://alexbenedetti.blogspot.co.uk/2015/07/solr-you-complete-me.html I think this can be useful for Edwin to finally fix the config for the FreeTextSuggest

Re: Auto-suggest in Solr

2015-06-27 Thread Alessandro Benedetti
Thanks, Erick, i didn't have time to go again through the code. But i will forward this to the Dev list. Thank you for your time ! Cheers 2015-06-27 16:19 GMT+01:00 Erick Erickson : > Alessandro: > > Going to have to defer to Mike McCandless et.al., they're the > authorities here. Don't quite kn

Re: Auto-suggest in Solr

2015-06-27 Thread Erick Erickson
Alessandro: Going to have to defer to Mike McCandless et.al., they're the authorities here. Don't quite know whether they monitor this list, consider the dev list? Best, Erick On Fri, Jun 26, 2015 at 4:53 AM, Alessandro Benedetti wrote: > Up, Can anyone gently take a look to my considerations r

Re: Auto-suggest in Solr

2015-06-26 Thread Alessandro Benedetti
Up, Can anyone gently take a look to my considerations related the FreeText Suggester ? I am curious to have more insight. Eventually I will deeply analyse the code to understand my errors. Cheers 2015-06-19 11:53 GMT+01:00 Alessandro Benedetti : > Actually the documentation is not clear enough

Re: Auto-suggest in Solr

2015-06-22 Thread Alessandro Benedetti
Can any of our beloved super guru take a look to my mail ? It could help Edwin as well :) Cheers 2015-06-19 11:53 GMT+01:00 Alessandro Benedetti : > Actually the documentation is not clear enough. > Let's try to understand this suggester. > > *Building* > This suggester build a FST that it will

Re: Auto-suggest in Solr

2015-06-19 Thread Zheng Lin Edwin Yeo
Ok sure. > " ngrams: The max number of tokens out of which singles will be make the > dictionary. The default value is 2. Increasing this would mean you want > more than the previous 2 tokens to be taken into consideration when making > the suggestions. " I got confused by this, as I could not ge

Re: Auto-suggest in Solr

2015-06-19 Thread Alessandro Benedetti
Actually the documentation is not clear enough. Let's try to understand this suggester. *Building* This suggester build a FST that it will use to provide the autocomplete feature running prefix searches on it . The terms it uses to generate the FST are the tokens produced by the "suggestFreeTextA

Auto-suggest in Solr

2015-06-18 Thread Zheng Lin Edwin Yeo
I'm implementing an auto-suggest feature in Solr, and I'll like to achieve the follwing: For example, if the user enters "mp3", Solr might suggest "mp3 player", "mp3 nano" and "mp3 music". When the user enters "mp3 p", the suggestion should narrow down to "mp3 player". Currently, when I type "mp3