Re: Solr AutoComplete (Suggester) - Numbers not returned

2011-12-19 Thread solr-ra
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

Re: Looking for a good commit/merge strategy

2011-12-13 Thread solr-ra
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

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-

Re: Autocomplete(terms) performance problem

2011-11-22 Thread solr-ra
: 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.