Hi Joe, See this recent thread from a user with a very similar issue:
http://old.nabble.com/No-wildcards-with-solr.ASCIIFoldingFilterFactory--td24162104.html In the above thread, Mark Miller mentions that Lucene's AnalyzingQueryParser should do the trick, but would need to be integrated into Solr. Down at the bottom of the thread, the original poster has a patch file implementing Solr integration that he says worked for him. Steve ________________________________________ From: Joe Calderon [calderon....@gmail.com] Sent: Wednesday, February 10, 2010 12:14 PM To: solr-user@lucene.apache.org Subject: Re: analysing wild carded terms sorry, what i meant to say is apply text analysis to the part of the query that is wildcarded, for example if a term with latin1 diacritics is wildcarded ide still like to run it through ISOLatin1Filter On Wed, Feb 10, 2010 at 4:59 AM, Fuad Efendi <f...@efendi.ca> wrote: >> hello *, quick question, what would i have to change in the query >> parser to allow wildcarded terms to go through text analysis? > > I believe it is illogical. "wildcarded terms" will go through terms > enumerator. > > >