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  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" + "color" combinations that exist in your
> DB etc.
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
> Solr Training - www.solrtraining.com
>
> On 14. feb. 2012, at 23:46, Roman Chyla wrote:
>
> > 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
> >  wrote:
> >> 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 related to
> >> jacket (color, fabric) etc...
> >>
> >> It seems to me I have to structure this data in a particular way, but
> that
> >> way I can do without solr, so I was wondering if Solr could help us.
> >>
> >> Thank you in advance.
>
>


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 - www.cominvent.com
Solr Training - www.solrtraining.com

On 14. feb. 2012, at 23:46, Roman Chyla wrote:

> 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
>  wrote:
>> 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 related to
>> jacket (color, fabric) etc...
>> 
>> It seems to me I have to structure this data in a particular way, but that
>> way I can do without solr, so I was wondering if Solr could help us.
>> 
>> Thank you in advance.



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
 wrote:
> 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 related to
> jacket (color, fabric) etc...
>
> It seems to me I have to structure this data in a particular way, but that
> way I can do without solr, so I was wondering if Solr could help us.
>
> Thank you in advance.


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  wrote:

> 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 related to
> > jacket (color, fabric) etc...
> >
> > It seems to me I have to structure this data in a particular way, but
> that
> > way I can do without solr, so I was wondering if Solr could help us.
> >
> > Thank you in advance.
>
>


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 related to
> jacket (color, fabric) etc...
> 
> It seems to me I have to structure this data in a particular way, but that
> way I can do without solr, so I was wondering if Solr could help us.
> 
> Thank you in advance.