Don't do any analysis on the field you are using for suggestion. What is happening here is that query time and indexing time the tokens are being broken on white space. So effectively, "at" is being taken as one token and "l" is being taken as another token for which you get two different suggestions.
-- View this message in context: http://lucene.472066.n3.nabble.com/solr-suggestion-tp4087841p4088919.html Sent from the Solr - User mailing list archive at Nabble.com.