Re: Autocomplete(terms) performance problem

2011-11-24 Thread roySolr
Thanks, it looks great! In the nearby future i will give it a try. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3533066.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) performance problem

2011-11-23 Thread solr-ra
I have now enabled the infix search. So you will be able to do both edge as well as infix search. Type "francisco peak" in the edge field, and in the below infix input field, try, "cisco peak", both will get you to the same selections. Please give it a try now: http://solr-ra.tgels.org/solr-ra-au

Re: Autocomplete(terms) performance problem

2011-11-23 Thread roySolr
Thanks for your answer Nagendra, The problem is i want to do some infix searches. When i search for "sisco" i want the autocomplete with "san fran*sisco*". In the example you gave me it's also not possible. Roy -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-ter

Re: Autocomplete(terms) performance problem

2011-11-22 Thread solr-ra
You should try out the autocomplete component using Solr with RankingAlgorithm. The performance is less than 3ms for a 1 million Wikipedia titles index with very low deviation. You can get more information about the performance with different indexes of size 3k, 390k, 1m, 10m docs from here: http

Re: Autocomplete(terms) performance problem

2011-09-20 Thread roySolr
thanks Klein, If I understand correctly there is for now no solution for this problem. The best solution for me is to limit the count of suggestions. I still want to use the regex and with 100.000 docs it looks like it's no problem. -- View this message in context: http://lucene.472066.n3.nabb

Re: Autocomplete(terms) performance problem

2011-09-20 Thread O. Klein
This issue has been discussed in http://lucene.472066.n3.nabble.com/Terms-regex-performance-issue-td3268994.html#a3338899 -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3351499.html Sent from the Solr - User mailing list arch