Вопрос

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