Thank you very much to both of you for having responded to me.
For "iorixxx":
With the guides suggested by you I could not get an autocomplete as I
wanted. I was trying to do an autocomplete like Google.
For "Michael Sokolov-3":
For now I am following your suggestion, that I am creating a doc
The ordering at the lowest level in Lucene is controlled based on an
arbitrary weighting factor: I believe the only option you have at the
Solr level is to order by term value (eg alphabetically), or by term
frequency. You could do this by creating a field with all of your
"sales" - if you cre
I prefer to use EdgeNGram Approach. With this you can influence sort order with
(e)dismay's full power.
http://searchhub.org/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/
See more about suggest / autocomplete at
http://blog.trifork.com/2012/02/15/different-ways-to-make-auto-s