You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by solr-ra <ra...@tgels.com> on 2011/11/22 16:57:22 UTC

Re: Autocomplete(terms) performance problem

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://solr-ra.tgels.org/solr-ra-autocomplete.jsp

- Nagendra Nagarajayya

--
View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3528112.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) performance problem

Posted by roySolr <ro...@gmail.com>.
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

Posted by solr-ra <ra...@tgels.com>.
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-autocomplete.jsp



--
View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-performance-problem-tp3351352p3532656.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) performance problem

Posted by roySolr <ro...@gmail.com>.
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-terms-performance-problem-tp3351352p3530891.html
Sent from the Solr - User mailing list archive at Nabble.com.