You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Joe Calderon <ca...@gmail.com> on 2010/01/08 23:58:14 UTC

custom wildcarding in qparser

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