Re: Autocomplete using facets

2012-06-28 Thread David Smiley (@MITRE.org)
Ugo, I suggest simply manually filtering out "red" from the facet.prefix results you get back. Not ideal, but it's easy and your problem seems like an infrequent event and a minor nuisance. ~ David Smiley p.s. thanks for buying my book - Author: http://www.packtpub.com/apache-solr-3-enterpri

Re: Autocomplete using facets

2012-06-26 Thread Ugo Matrangolo
Hi Dmitry, I have tried like you say but this will filter out any possible 'continuation' of the search query. Let's make an example. Let's suppose we are looking for 'red rachel zoe'. The user will type something like: "red r" Given that we have an autocomplete_facet facet where we copy name,

Re: Autocomplete using facets

2012-06-26 Thread Dmitry Kan
Hi, Could you preserve in the facet.prefix what the user has typed so far? Or is this breaking your requirement? /Dmitry On Tue, Jun 26, 2012 at 5:08 PM, Ugo Matrangolo wrote: > Hi, > > We are using SOLR to build a simple search engine on our e-commerce site. > We also implemented an autocomple