On Sun, Oct 23, 2011 at 3:13 AM, Peter Karman <[email protected]> wrote: >> How on earth do I get to QueryParser's methods from here? > > parse $query with a QueryParser first, then pass the returned Query object to > $poly_searcher.
Thanks! That works perfectly and consistently.
