Seemingly very difficult to wrap an Analyzer with CharFilter

2013-06-11 Thread Steven Schlansker
Hi everyone, I am trying to add a CharFilter to my Analyzer. I started with a StandardAnalyzer wrapped with an ASCIIFoldingFilter. Then I realized that it does not handle searches for names that include punctuation well, for example I want a PrefixQuery "pf" to match "P.F. Chang's" or "zaras"

Re: [---SPAM---] Re: [---SPAM---] RE: Lucene Index Upgradation

2013-06-11 Thread Uzair Kamal
Okay thanks i resolved that by further removing some unwanted jars. Thanks Uzair Kamal - Original Message - From: "Uzair Kamal" To: java-user@lucene.apache.org Sent: Tuesday, June 11, 2013 12:31:03 PM Subject: [---SPAM---] Re: [---SPAM---] RE: Lucene Index Upgradation Your previous

Re: [---SPAM---] RE: Lucene Index Upgradation

2013-06-11 Thread Uzair Kamal
Your previous email was quiet helpful and i followed the same way and it works.. but at the end now i am getting another strange exception i.e java.lang.NoClassDefFoundError: org/apache/lucene/util/PriorityQueue at com.abc.xyz.wikitology.WikitologyPrediction.init_MoreLikeThis(Wikitology