Xapian2009 code: Title: search.
Today I've discovered how queries should be build for the xapian search.
For query HelpOnTesting it should be
HelpOnTesting or (Help and On and Testing)
if stemming i enabled
HelpOnTesting or (Help and On and (Testing or Test))
Currently xapian_term() does it in a wrong way.