Re: Semantic autocomplete with Solr

2012-02-15 Thread Jan Høydahl
Check out http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ You can feed it anything, such as a log of previous searches, or a pre-computed dictionary of item + color combinations that exist in your DB etc. -- Jan Høydahl, search solution architect Cominvent AS -

Re: Semantic autocomplete with Solr

2012-02-15 Thread Octavian Covalschi
Thank you! I'll check them out. On Wed, Feb 15, 2012 at 6:50 AM, Jan Høydahl jan@cominvent.com wrote: Check out http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ You can feed it anything, such as a log of previous searches, or a pre-computed dictionary of item +

Re: Semantic autocomplete with Solr

2012-02-14 Thread Paul Libbrecht
facetting? paul Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit : Hey guys, Has anyone done any kind of smart autocomplete? Let's say we have a web store, and we'd like to autocomplete user's searches. So if I'll type in jacket next word that will be suggested should be something

Re: Semantic autocomplete with Solr

2012-02-14 Thread Octavian Covalschi
Hm... I used it for some basic group by feature, but haven't thought of it for autocomplete. I'll give it a shot. Thanks! On Tue, Feb 14, 2012 at 4:19 PM, Paul Libbrecht p...@hoplahup.net wrote: facetting? paul Le 14 févr. 2012 à 23:10, Octavian Covalschi a écrit : Hey guys, Has

Re: Semantic autocomplete with Solr

2012-02-14 Thread Roman Chyla
done something along these lines: https://svnweb.cern.ch/trac/rcarepo/wiki/InspireAutoSuggest#Autosuggestautocompletefunctionality but you would need MontySolr for that - https://github.com/romanchyla/montysolr roman On Tue, Feb 14, 2012 at 11:10 PM, Octavian Covalschi