Re: Slow autocomplete(terms)

2011-09-23 Thread abhayd
yes it is possible http://www.medihack.org/2011/03/01/autocompletion-autosuggestion-using-solr/ Since i m looking into autosuggest i came across that info while doing research.. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p

Re: Slow autocomplete(terms)

2011-09-23 Thread Otis Gospodnetic
d... Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message - > From: roySolr > To: solr-user@lucene.apache.org > Cc: > Sent: Friday, September 23, 2011 3:15 AM > Subject: Re: Slow autocomple

Re: Slow autocomplete(terms)

2011-09-23 Thread roySolr
Thanks for helping me so far, Yes i have seen the edgeNGrams possiblity. Correct me if i'm wrong, but i thought it isn't possible to do infix searches with edgeNGrams? Like "chest" gives suggestion "manchester". -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-t

Re: Slow autocomplete(terms)

2011-09-22 Thread Otis Gospodnetic
/ - Original Message - > From: roySolr > To: solr-user@lucene.apache.org > Cc: > Sent: Thursday, September 22, 2011 5:02 AM > Subject: Re: Slow autocomplete(terms) > > Hello Erick, > > Thanks for your answer but i have some problems with the ngramfilter.

Re: Slow autocomplete(terms)

2011-09-22 Thread abhayd
not sure if u already seen this but may be useful http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3360663.html Sent from the S

Re: Slow autocomplete(terms)

2011-09-22 Thread roySolr
Hello Erick, Thanks for your answer but i have some problems with the ngramfilter. My conf look like this: I see this in the analysis: "manchester" ma an nc ch he es st t

Re: Slow autocomplete(terms)

2011-09-21 Thread Erick Erickson
th a regex. The query takes 2 seconds, this is to > much for the autocomplete. A user typed "manchester united" and solr needs > to do 16 query's from 2 seconds. Are there some other options? Faster > solutions? > > I use solr 3.1 > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Slow-autocomplete-terms-tp3351352p3351352.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Slow autocomplete(terms)

2011-09-20 Thread roySolr
r typed "manchester united" and solr needs to do 16 query's from 2 seconds. Are there some other options? Faster solutions? I use solr 3.1 -- View this message in context: http://lucene.472066.n3.nabble.com/Slow-autocomplete-terms-tp3351352p3351352.html Sent from the Solr - User mailing list archive at Nabble.com.