Re: Help using ShingleFilter/NGramTokenizer: Could not find implementing class for org.apache.lucene.analysis.tokenattributes.OffsetAttribute

2014-01-24 Thread Koji Sekiguchi
ilter/NGramTokenizer. I can't figure out what I am supposed to do in response to the error 'Could not find implementing class for org.apache.lucene.analysis.tokenattributes.OffsetAttribute'. Can anyone lend a hand? The (brief) code is here: https://github.com/rjurney/datafu/blob/lucene

Help using ShingleFilter/NGramTokenizer: Could not find implementing class for org.apache.lucene.analysis.tokenattributes.OffsetAttribute

2014-01-10 Thread Russell Jurney
I am having trouble using ShingleFilter/NGramTokenizer. I can't figure out what I am supposed to do in response to the error 'Could not find implementing class for org.apache.lucene.analysis.tokenattributes.OffsetAttribute'. Can anyone lend a hand? The (brief) code is here: htt

RE: Could not find implementing class

2011-01-25 Thread Alex vB
Hello Uwe, I recompiled some classes manually in Lucene sources. No it's running fine! Something went wrong there. Thank you very much! Best regards Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Could-not-find-implementing-class-tp2330598p2332141.html Sent fro

RE: Could not find implementing class

2011-01-25 Thread Uwe Schindler
o: java-user@lucene.apache.org > Subject: Re: Could not find implementing class > > > Hello Alexander, > > isn't it enough to add the classpath through -cp? If I don't use -cp I can't > compile my project. I thought after compiling without errors all sources

Re: Could not find implementing class

2011-01-25 Thread Alex vB
- sudo update-java-alternatives -java-6-sun Greetings Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Could-not-find-implementing-class-tp2330598p2331617.html Sent from the Lucene - Java Users mailing list a

Re: Could not find implementing class

2011-01-25 Thread Alexander Aristov
compile the program under eclipse. If I want to compile and run it by > console I get this error: > > > java.lang.IllegalArgumentException: Could not find implementing class for > org.apache.lucene.analysis.tokenattributes.TermAttribute >at > > org.ap

Could not find implementing class

2011-01-25 Thread Alex vB
Hello everybody, I used a small indexing example from "Lucene in Action" and can run and compile the program under eclipse. If I want to compile and run it by console I get this error: java.lang.IllegalArgumentException: Could not find implementing