If the search query contains a leading wildcard character (* or ?), the QueryParser\'s Parse function throws an error.
*
?
QueryParser
Parse
Set QueryParser.SetAllowLeadingWildcard Method to true. The API page states that "this can produce very slow queries on big indexes" though.