How to have Solr autocomplete on whole phrase when query contains multiple terms?

solar powered
solar glass
solar globe
solar lights
solar magic
solid brass
solid copper

What I want:

If I search for sol the result should include all these values. This works.
If I search for solar I should get just the first five. This works.
If I search for solar gl I should get only solar glass and solar globe. This does not work. Instead, I get one set of matches for solar and a second set of matches for gl.

I am using latest develpoment version of apachesolr_autocomplete module and solr 4.6