Wednesday, 4 February 2015

LUCENE_36 cannot be resolved or is not a field



I'm trying to run my program in Spring and Maven and I'm getting this error.



LUCENE_36 cannot be resolved or is not a field
LUCENE_36 cannot be resolved or is not a field


I've searched my files for LUCENE and it seems that it's been pre-coded as



hibernate.search.lucene_version=LUCENE_35


I tried changing that to 36, but that didn't help. I also checked the files and found only 3.5.0 LUCENE files have been downloaded.


How do I get it to read the 3.5.0 files or get 3.6 files downloaded??


I don't think I reference LUCENE in my xml file either. Would that be the problem? If so, how would I call the dependency for it?


No comments:

Post a Comment