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
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
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
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
- 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
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
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