Avlesh, I got it, finally, by doing an OR between the two fields, one with an exact match keyword and the other is grouped.
q=suggestion:"formula xxx" OR tokenized_suggestion:(formula xxxx) Thanks for all your help! Rih On Fri, Oct 9, 2009 at 4:26 PM, R. Tan <tanrihae...@gmail.com> wrote: > I ended up with the same set of results earlier but I don't results such as > "the champion", I think because of the EdgeNGram filter. > > With NGram, I'm back to the same problem: > > Result for q=ca > > <doc> > <float name="score">0.8717008</float> > <str name="tokenized_suggestion">Blu Jazz Cafe</str> > </doc> > > <doc> > <float name="score">0.8717008</float> > <str name="tokenized_suggestion">Café in the Pond</str> > </doc> > >