q=trackURL:http* <-- worksq=trackURL:http://host* <-- doesn't work, the query parser removes the : and everything after it
q=trackURL:http%3A//host* <-- doesn't work, same as aboveq=trackURL:http*host* <-- TooManyClauses exception, not what I want anyway