Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-25 Thread Jakub Godawa
s-extras-4.0-SNAPSHOT.jar > ./lib > > in solrschema.xml > > > > > in schema.xml > > > > > > > > > language="Polish" /> > > > > The end. > > Anyway. I don't know if that is Poli

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-24 Thread Jakub Godawa
On Wed, 2010-11-24 at 19:00 +0100, Jakub Godawa wrote: > Yes, from the current nightly release setting up Stempel is quite easy. Thanks to Rober Muir :)

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-24 Thread Jakub Godawa
/analysis-extras/build/apache-solr-analysis-extras-4.0-SNAPSHOT.jar ./lib in solrschema.xml in schema.xml The end. Anyway. I don't know if that is Polish stemmer or bad configurated fieldType, but the results are just wrong. example: index for type &qu

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-15 Thread Robert Muir
>>>>>>> >>>>>>>>> org/egothor: >>>>>>>>> stemmer >>>>>>>>> >>>>>>>>> org/egothor/stemmer: >>>>>>>>> Cell.class     Diff.class    Gener.class  

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-15 Thread Jakub Godawa
Optimizer2.class  Reduce.class        Row.class    TestAll.class >>>>>>>> TestLoad.class  Trie$StrEnum.class >>>>>>>> Compile.class  DiffIt.class  Lift.class   MultiTrie.class >>>>>>>> Optimizer.class   Reduce$Remap.class  S

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-12 Thread Lance Norskog
jar' to classloader I am not able to use the FilterFactory... maybe I am attempting it in a wrong way? Cheers, Jakub Godawa. 2010/11/2 Erick Erickson: The polish stemmer jar file needs to be findable by Solr, if you copy it to/lib and restart solr you should be set. Al

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-12 Thread Jakub Godawa
gt;>> >>>>>> org/getopt/stempel/lucene: >>>>>> StempelAnalyzer.class  StempelFilter.class >>>>>> jgod...@ubuntu:~/apache-solr-1.4.1/ifaq/lib$ ls -R META-INF/ >>>>>> META-INF/: >>>>>> MANIFEST.MF &g

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-12 Thread Lance Norskog
buntu:~/apache-solr-1.4.1/ifaq/lib$ ls -R res >>>>> res: >>>>> tables >>>>> >>>>> res/tables: >>>>> readme.txt  stemmer_1000.out  stemmer_100.out  stemmer_2000.out >>>>> stemmer_200.out  stemmer_500.out  stemme

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-11 Thread Jakub Godawa
1.0.jar do you have the >>>>> required directory structure and file in there? >>>>> org/getopt/stempel/lucene/StempelFilter.class >>>>> >>>>> Regards, >>>>> Bernd >>>>> >>>>> Am 02.11.2010 13:54,

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Lance Norskog
pelFilter.class >>>> >>>> Regards, >>>> Bernd >>>> >>>> Am 02.11.2010 13:54, schrieb Jakub Godawa: >>>>> Erick I've put the jar files like that before. I also added the >>>>> directive and put the file in instanceDi

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
     at >>>>>> org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:375) >>>>>>      at >>>>>> org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:390) >>>>>> (...) >>>>>&g

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Bernd Fehling
esourceLoader >>> replaceClassLoader >>> INFO: Adding 'file:/home/jgodawa/apache-solr-1.4.1/ifaq/lib/stempel-1.0.jar' >>> to classloader >>> >>> I am not able to use the FilterFactory... maybe I am attempting it in >>> a wrong way

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
;> INFO: Adding 'file:/home/jgodawa/apache-solr-1.4.1/ifaq/lib/stempel-1.0.jar' >> to classloader >> >> I am not able to use the FilterFactory... maybe I am attempting it in >> a wrong way? >> >> Cheers, >> Jakub Godawa. >> >> 2010/

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Bernd Fehling
lassloader > > I am not able to use the FilterFactory... maybe I am attempting it in > a wrong way? > > Cheers, > Jakub Godawa. > > 2010/11/2 Erick Erickson : >> The polish stemmer jar file needs to be findable by Solr, if you copy >> it to /lib and restart solr y

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
pache-solr-1.4.1/ifaq/lib/stempel-1.0.jar' to classloader I am not able to use the FilterFactory... maybe I am attempting it in a wrong way? Cheers, Jakub Godawa. 2010/11/2 Erick Erickson : > The polish stemmer jar file needs to be findable by Solr, if you copy > it to /lib and restart s

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Erick Erickson
The polish stemmer jar file needs to be findable by Solr, if you copy it to /lib and restart solr you should be set. Alternatively, you can add another directive to the solrconfig.xml file (there are several examples in that file already). I'm a little confused about not being able to

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-11-02 Thread Jakub Godawa
        generateNumberParts="1" catenateWords="0" catenateNumbers="0" > catenateAll="0" splitOnCaseChange="1" /> >         >         protected="protwords.txt" /> >         >       >     > > Re

Re: How to use polish stemmer - Stempel - in schema.xml?

2010-10-28 Thread Bernd Fehling
looks like: Regards, Bernd Am 28.10.2010 14:56, schrieb Jakub Godawa: > Hi! > There is a polish stemmer http://www.getopt.org/stempel/ and I have > problems

How to use polish stemmer - Stempel - in schema.xml?

2010-10-28 Thread Jakub Godawa
Hi! There is a polish stemmer http://www.getopt.org/stempel/ and I have problems connecting it with solr 1.4.1 Questions: 1. Where EXACTLY do I put "stemper-1.0.jar" file? 2. How do I register the file, so I can build a fieldType like: 3. Is that the right approach to make it wor

Re: Polish Stemmer

2009-09-02 Thread David Espinosa
Thanks very much! I suppose I’m still very dummy in Solr, I was supposting I could do it directly. I did what you said and it seems to work perfectly! *public* *class* PolishStemFilterFactory *extends* BaseTokenFilterFactory { *public* StempelFilter create(TokenStream in) { *

Re: Polish Stemmer

2009-09-02 Thread Shalin Shekhar Mangar
On Wed, Sep 2, 2009 at 8:10 PM, David Espinosa wrote: > My problem appears when I try to create a Polish stemmed index. There isn’t > a Snowball implementation for Polish, but I found a lucene one: > > http://www.getopt.org/stempel/index.html#distrib > > I included the jar into Solr lib folder a

Polish Stemmer

2009-09-02 Thread David Espinosa
Hi, I’m developing a multi language Solr index, where I have a single core for each one. I use SnowballPorterFilterFactory for German, French and Italian languages with excellent results. My problem appears when I try to create a Polish stemmed index. There isn’t a Snowball implementation for Po