Re: help for apache lucene

2016-12-26 Thread Uwe Schindler
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

Lucene Store Associated Data with a field

2016-12-26 Thread sidhant92
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

Lucene Store Associated Data with a field

2016-12-26 Thread sidhant92
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

help for apache lucene

2016-12-26 Thread RAGOT, vincent
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,