Re: Auto Suggestion in solr

2016-05-27 Thread Mugeesh Husain
Hi Erick, I have followed this article http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/. could yo explain this line of bf product(log(sum(popularity,1)),100)^20. what kind of score, this line should be populated ? I have a similar requirement which he build over this ar

Re: Auto Suggestion in solr

2016-05-25 Thread Alessandro Benedetti
Mugeesh, just remember that for a worst case scenario and if it applies to your use case, you could be an external Solr Instance for suggesting. Configuring this Solr instance with proper schema definition, analysis and request handler. Normally is not necessary, but again in some scenario could b

Re: Auto Suggestion in solr

2016-05-24 Thread Mugeesh Husain
Thank you so much for pulling me out for upgrading trouble. I have implemented auto suggester following this wiki page https://wiki.apache.org/solr/Suggester. but i am looking for a result should be populated based on some ranking or boosting(some business logic). how to implement ranking based a

Re: Auto Suggestion in solr

2016-05-24 Thread Erick Erickson
Well, theoretically you could back-port the suggester stuff, but I'd guess it would be very, very difficult. It'd be far easier to upgrade to, say, 4.10. But there's a different problem there. Until, I think 5.1, the suggester would rebuild itself on startup, and that could take a very long time.

Re: Auto Suggestion in solr

2016-05-24 Thread Mugeesh Husain
thank Erick for reply, actually I am using solr 4.4, solr.SuggestComponent class is not available in solr 4.4, Can I implement this into my solr 4.4 lib and how ? if possible share any article before how people used suggestion in 4.4. Thanks Mugeesh -- View this message in context: htt

Re: Auto Suggestion in solr

2016-05-23 Thread Erick Erickson
Have you seen: https://lucidworks.com/blog/2015/03/04/solr-suggester/ Best, Erick On Sun, May 22, 2016 at 10:07 PM, Mugeesh Husain wrote: > Hello everyone, > > I am looking for some suggestion for auto-suggest like imdb.com. > > just type "samp" in search box in imdb.com site. > > results are re