Hi,
I am trying to implement autocomplete feature that should rank documents based 
on term position in the search field.
Example- 
Doc1- hello world 
Doc2- blue sky hello
Doc3 - John hello

Searching for hello should return 
Hello world
John hello
Blue sky hello

I am currently using ngram to do autocomplete. But this does not allow me to 
rank results based on term position.

Any suggestions on how this can be done?
Thanks

Reply via email to