Custom Analyzer

2010-12-29 Thread nitishgarg
I have written a custome analyzer for Marathi Language on the lines of French Analyzer present in Lucene tweaking the stemming part. For compilation I put the three classes MarathiAnalyzer, MarathiStemFilter and MarathiStemmer in the MarathiAnalyzer class only (otherwise I was receiving errors tha

Stemmers

2010-12-25 Thread nitishgarg
I was looking at the Russian Stem Filter Factory which is present in src\java\org\apache\solr\analysis\ I found that it uses org.apache.lucene.analysis.TokenStream and org.apache.lucene.analysis.ru.RussianStemFilter. I also found that these classes are present in the lucene-analyzers-3.0.3.jar fil

How to write a custom stemmer for Apache Solr

2010-12-24 Thread nitishgarg
I have figured out that the stemmers already built in Apache Solr are contained in org.apache.lucene.analysis.nl.* (for Dutch) but I can't find this package in my Lucene folder. Also I need to write a stemmer for marathi language, any help how should I proceed? -- View this message in context: h