Re: query parser question

2009-09-10 Thread Yonik Seeley
On Thu, Sep 10, 2009 at 1:28 PM, Joe Calderon wrote: > i have field called text_stem that has a kstemmer on it, im having > trouble matching wildcard searches on a word that got stemmed > > for example i index the word "america's", which according to > analysis.jsp after stemming gets indexed as "

query parser question

2009-09-10 Thread Joe Calderon
i have field called text_stem that has a kstemmer on it, im having trouble matching wildcard searches on a word that got stemmed for example i index the word "america's", which according to analysis.jsp after stemming gets indexed as "america" when matching i do a query like myfield:(ame*) which