hello *, what do i need to do to make a query parser that works just like the standard query parser but also runs analyzers/tokenizers on a wildcarded term, specifically im looking to only wildcarding the last token
ive tried the edismax qparser and the prefix qparser and neither is exactly what im looking for, the problem im trying to solve is matching wildcards on terms that can be entered multiple ways, i have a set of analyzers that generate the various terms, ex wildcarding on stemmed fields etc thx much --joe