If the search query contains a leading wildcard character (* or ?), the QueryParser\'s Parse function throws an error.
*
?
QueryParser
Parse
Maybe you have to use a WildcardQuery, but
...In order to prevent extremely slow WildcardQueries, a Wildcard term should not start with one of the wildcards...