Hi csantos, most possible this is not about lucene: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/AbstractMethodError.html
GermanAnalyser ist not part of normal lucene jar (it is part of lucene-analyzers). In application server the position of jar files can be important. Please try your code without application server. Best regards Karsten P.S. I never used Hibernate without DBMS, so possible someone can give a more specific answer. csantos wrote: > > > > Hello, > > I'm a newbie with Lucene and I started some testing with a small Web > Application with Lucene 2.4.0 and Hibernate Search 3.0.0. The test with > the Standard Analyser were successful, but when i try to use the German > Analyser (for indexing and searching) i get the following error in > localhost file from Tomcat 6.0: > > "SCHWERWIEGEND: Servlet.service() for servlet Faces Servlet threw > exception > java.lang.AbstractMethodError: > org.apache.lucene.analysis.TokenStream.next()Lorg/apache/lucene/analysis/Token;" > > > > -- View this message in context: http://www.nabble.com/GermanAnalyzer-tp20660826p20661084.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]