I have indexed documents using standard analyzer
foo 1 bar
foo 2 bar
foo 3 bar
and so on..
When I make a mach query like "asdf foo 1 bar 2" then foo 2 bar has higher score than foo 1 bar although query string contains phrase "foo 1 bar"
How can I construct my query so that it takes word order into account? Main problem is that query string may contain more words than documents do.