문제

Exception in thread "main" java.lang.VerifyError: class org.hibernate.search.util.impl.DelegateNamedAnalyzer overrides final method tokenStream.(Ljava/lang/String;Ljava/io/Reader;)Lorg/apache/lucene/analysis/TokenStream;

도움이 되었습니까?

해결책

It means you're using a Lucene version which is different than the one compatible with your Hibernate Search version. The compatible versions are documented on the readme or you could look at the Maven dependencies.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top