vlet.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.h
Hi,
Thanks a lot :)
I will try that.
csantos
- Original Message -
From: "Hardy Ferentschik" <[EMAIL PROTECTED]>
To:
Sent: Monday, November 24, 2008 2:42 PM
Subject: Re: GermanAnalyzer
Hi,
I think your question belongs more onto the Hibernate Sear
Hi,
I think your question belongs more onto the Hibernate Search Forum -
http://forum.hibernate.org/viewforum.php?f=9.
That said, it looks like a you have a version problem. Hibernate Search
3.0.0 is based on Lucene
Lucene 2.2. I recommend updating Hibernate Search to the latest 3.1.0
rel
QueryParser parser = new MultiFieldQueryParser( FIELD_NAMES, new
GermanAnalyzer());
org.apache.lucene.search.Query query;
// this is the line that generates the error
query = parser.parse(searchTerm);
org.hibernate.search.FullTextQuery hibernateQuery =
fullTextSession.crea
er parser = new MultiFieldQueryParser( FIELD_NAMES, new
GermanAnalyzer());
org.apache.lucene.search.Query query;
// this is the line that generates the error
query = parser.parse(searchTerm);
org.hibernate.search.FullTextQuery hibernateQuery =
fullTextSession.createFullTextQuery(qu