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
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: Looking for a good commit/merge strategy
Peter: You may want to take a look at Solr 3.4 with RankingAlgorithm 1.3. It has NRT support that allows you to search in real time with updates. The performance is about 1 docs / sec with the MBArtists index (approx 43 fields ). MBArtists index is the index of artists from musicbrainz.org in the Solr 1.4 Enterprise Server book. Regards data visibility, you can configure this as a parameter in solrconfig.xml as below: true The visible attribute, 200 is in ms and controls the max duration updated docs may not be visible in a search. The facet attribute, can be true or false depending on if you need real time faceting. Real time faceting, depending on update load (for high updates), can see performance problems as field cache is invalidated. So turn it on as needed. You can get more information about the NRT with Solr 3.x and RankingAlgorithm 1.3 from here: http://solr-ra.tgels.com/wiki/en/Near_Real_Time_Search_ver_3.x You can download Solr 3.4 with RankingAlgorithm 1.3 from here: http://solr-ra.tgels.org (there is an early access Solr 3.5 with RankingAlgorithm 1.3 release available for download also) Regards, - Nagendra Nagarajayya http://solr-ra.tgels.org http://rankingalgorithm.tgels.org -- View this message in context: http://lucene.472066.n3.nabble.com/Looking-for-a-good-commit-merge-strategy-tp3582294p3582380.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Solr AutoComplete (Suggester) - Numbers not returned
You may want to take a look at the autocomplete component using Solr with RankingAlgorithm. It allows you to do edge as well as infix search. You can get more information and also try out a demo from here: http://solr-ra.tgels.org/solr-ra-autocomplete.jsp -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Suggester-Numbers-not-returned-tp3590112p3598618.html Sent from the Solr - User mailing list archive at Nabble.com.