Re: fast case-insensitive autocomplete

2011-05-05 Thread William Bell
Are you giving that solution away? What is the costs? etc!! On Thu, May 5, 2011 at 2:58 PM, Otis Gospodnetic wrote: > Hi, > > I haven't used Suggester yet, but couldn't you feed it all lowercase content > and > then lowercase whatever the user is typing before sending it to Suggester to > avoi

Re: fast case-insensitive autocomplete

2011-05-05 Thread Otis Gospodnetic
Hi, I haven't used Suggester yet, but couldn't you feed it all lowercase content and then lowercase whatever the user is typing before sending it to Suggester to avoid case mismatch? Autocomplete on http://search-lucene.com/ uses http://sematext.com/products/autocomplete/index.html if you wan

Re: fast case-insensitive autocomplete

2011-05-05 Thread Jan Høydahl
Hi, Try this solution using a Solr core: http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 5. mai 2011, at 15.22, Kusenda, Brandyn J wrote: > Hi. > I need an autocomp