Re: Extending Solr with custom filter

2008-09-30 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-09-12, o godz. 17:58, przez Andrzej Bialecki: ok .. that? I recommend using Stempelator (or Morfologik) for Polish stemming and lemmatization. It provides a superset of Stempel features, namely in addition to the algorithmic stemming it provide

Re: Extending Solr with custom filter

2008-09-12 Thread Andrzej Bialecki
Jarek Zgoda wrote: Exactly like that. Wiadomość napisana w dniu 2008-09-12, o godz. 17:27, przez sunnyfr: ok .. that? I recommend using Stempelator (or Morfologik) for Polish stemming and lemmatization. It provides a superset of Stempel features, namely in addition to the

Re: Extending Solr with custom filter

2008-09-12 Thread Jarek Zgoda
Exactly like that. Wiadomość napisana w dniu 2008-09-12, o godz. 17:27, przez sunnyfr: ok .. that? thanks Jarek Zgoda-7 wrote: Use full class access path when declaring factory class. Mine is "com.redefine.solr.analysis.StempelTokenFilterFactory". Wiadomość napisana w dniu

Re: Extending Solr with custom filter

2008-09-12 Thread sunnyfr
ok .. that? thanks Jarek Zgoda-7 wrote: > > Use full class access path when declaring factory class. Mine is > "com.redefine.solr.analysis.StempelTokenFilterFactory". > > Wiadomość napisana w dniu 2008-09-12, o godz. 16:33, przez sunnyfr: > >> >> Hi guys, >> >> Thanks

Re: Extending Solr with custom filter

2008-09-12 Thread Jarek Zgoda
Use full class access path when declaring factory class. Mine is "com.redefine.solr.analysis.StempelTokenFilterFactory". Wiadomość napisana w dniu 2008-09-12, o godz. 16:33, przez sunnyfr: Hi guys, Thanks for this clear explanation about how to implement Polish stemming. Can you tell me

Re: Extending Solr with custom filter

2008-09-12 Thread sunnyfr
Hi guys, Thanks for this clear explanation about how to implement Polish stemming. Can you tell me how do you explain to point on this Stempel file in the schema.xml ? Thanks guys, Johanna Jarek Zgoda-7 wrote: > > Rafał Kuć pisze: > >> I usually put my own jar files in Solr webapp in lib

Re: Extending Solr with custom filter

2008-07-16 Thread Jarek Zgoda
Rafał Kuć pisze: > I usually put my own jar files in Solr webapp in lib directory. It > would be something like that: SOLR_HOME/webapps/solr/WEB-INF/lib. > >> I wrote a filter factory class for Solr, that performs Polish stemming >> using Stempel (http://www.getopt.org/stempel/). Where should I

Re: Extending Solr with custom filter

2008-07-16 Thread Rafał Kuć
Hello, I usually put my own jar files in Solr webapp in lib directory. It would be something like that: SOLR_HOME/webapps/solr/WEB-INF/lib. > I wrote a filter factory class for Solr, that performs Polish stemming > using Stempel (http://www.getopt.org/stempel/). Where should I put my > jar (and