You could perhaps use faceting to do this for single terms.
Set the base query to whatever you want (or *:* for everything)
Then use facet.field=text&facet.prefix=foo

If you indexed field values as strings like "fuel consumption"
(instead of breaking it up into tokens) then you could get your
phrases.... but phrase detection is not automatic.

-Yonik

On 5/3/07, Ge, Yao (Y.) <[EMAIL PROTECTED]> wrote:
I am planning to develop look ahead queries with Solr so that as user
type query terms a list of related terms is shown in a popup window
(similar to Google suggest).

Reply via email to