Well, if that's what's in your class, this won't work:
<analyzer
type="index" class="org.apache.lucene.analysis.mr.MarathiAnalyzer">

because it's looking for "org.apache....". You can try just
class="MarathiAnalyzer"

So I'm not sure removing the package statement is really what you want here.

So now I'm wondering if you really put the jar file in the right place, is
it possible
that that's the problem?

Best
Erick

On Thu, Dec 30, 2010 at 8:04 AM, nitishgarg <[email protected]>wrote:

>
> My actual class files present in the jar file are:
> MarathiAnalyzer.class
> MarathiStemFilter.class
> MarathiStemmer.class
> MarathiAnayzer$1.class
> MarathiAnalyzer$SavedStreams.class
>
> Please tell what else do I need to specify about my problem?
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Custom-Analyzer-tp2162710p2167456.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to