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

Re: Auto suggestion

2010-03-01 Thread Pascal Dimassimo
By 'AutoSuggestion', are you referring to the spellcheck handler? If so, you have to rebuild your spellcheck index using the 'build' parameter after you add new data. You can also configure the spellcheck module to rebuild the index automatically after a commit or an optimize. http://wiki.apach

Re: Auto suggestion

2010-03-01 Thread Suram
Erick Erickson wrote: > > This is quite contradictory. > << with > incomplite>>> > > What does this mean? You're not searching for a field "arrow". You really > have to provide more details. Schema, error, etc. > > Have you examined your index with Luke as I suggested? Have > you examined it

Re: Auto suggestion

2010-03-01 Thread Erick Erickson
This is quite contradictory. <<>> What does this mean? You're not searching for a field "arrow". You really have to provide more details. Schema, error, etc. Have you examined your index with Luke as I suggested? Have you examined it with the admin page? Have you examined the SOLR logs? Erick O

Re: Auto suggestion

2010-03-01 Thread Suram
Erick Erickson wrote: > > P.S. Are you absolutely sure your SOLR instance > is pointing at the index you're adding data to? > > On Sun, Feb 28, 2010 at 9:08 AM, Erick Erickson > wrote: > >> H, works for me without any problems. That is, >> this URL brings back newly-indexed data without >

Re: Auto suggestion

2010-02-28 Thread Erick Erickson
P.S. Are you absolutely sure your SOLR instance is pointing at the index you're adding data to? On Sun, Feb 28, 2010 at 9:08 AM, Erick Erickson wrote: > H, works for me without any problems. That is, > this URL brings back newly-indexed data without > doing anything to solr... > > http://loca

Re: Auto suggestion

2010-02-28 Thread Erick Erickson
H, works for me without any problems. That is, this URL brings back newly-indexed data without doing anything to solr... http://localhost:8983/solr/terms/?terms=true&terms.fl=author&terms.prefix=er so forget my comment about reopening the index. So are you sure that the new terms are in the in

Re: Auto suggestion

2010-02-27 Thread Suram
Erick Erickson wrote: > > Hmmm, re-reading I'm not sure what your issue is. What > do you mean by "AutoSuggestion not found". Do you have > autosuggest working already just can't find new data or you > don't have autosuggest working at all? > > Erick > > On Sat, Feb 27, 2010 at 5:44 AM, Suram

Re: Auto suggestion

2010-02-27 Thread Erick Erickson
Hmmm, re-reading I'm not sure what your issue is. What do you mean by "AutoSuggestion not found". Do you have autosuggest working already just can't find new data or you don't have autosuggest working at all? Erick On Sat, Feb 27, 2010 at 5:44 AM, Suram wrote: > > > > Erick Erickson wrote: > >

Re: Auto suggestion

2010-02-27 Thread Suram
Erick Erickson wrote: > > Have you reopened the index after you added the data? > > Erick > > On Fri, Feb 26, 2010 at 9:23 AM, Suram wrote: > >> >> Hi >> >> AutoSuggestion not found for newly indexed data ,how can i configure >> that anyone help me >> >> Thans in advance >> -- >> View t

Re: Auto suggestion

2010-02-26 Thread Erick Erickson
Have you reopened the index after you added the data? Erick On Fri, Feb 26, 2010 at 9:23 AM, Suram wrote: > > Hi > > AutoSuggestion not found for newly indexed data ,how can i configure > that anyone help me > > Thans in advance > -- > View this message in context: > http://old.nabble.com/A