Hi,
It looks like you have different Lucene versions on your classpath. Make sure
that you have every artifact JAR file only in one single version. Also make
sure all different Lucene artifacts have same version.
Uwe
Am 26. Dezember 2016 10:57:30 MEZ schrieb "RAGOT, vincent"
:
>Hello,
>I try
up vote
0
down vote
favorite
Suppose i have a document which stores details about a person. The document
would have various fields such as name, address and services provided by the
user. Now here service can have multiple string values. Now i also want to
store some metadata associated with each s
Suppose i have a document which stores details about a person. The document
would have various fields such as name, address and services provided by the
user. Now here service can have multiple string values. Now i also want to
store some metadata associated with each service such as the id of serv
Hello,
I try to develop an application with JBoss Data Grid and Apache Lucene. I
followed the tutoriel:
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/pdf/Infinispan_Query_Guide/Red_Hat_JBoss_Data_Grid-6.2-Infinispan_Query_Guide-en-US.pdf
But when I throw my application,