hibernate - Lucene not indexing table -
i hope can me, have 10 tables indexed lucene, 1 table not indexed , cant figure out why. setup glassfish 3.1.2 hibernate 4.2.3. i'm using jpa in stateless beans, entity annotated @indexed , @field. other tables indexed 1 won't index , i'm not getting errors in log file.
has run same problem ?
first of all, use program called luke (https://code.google.com/p/luke/), check index , see, if these tables indexed or not?
if yes, , 9 tables indexed, not last - need check configuration, find difference in classes
Comments
Post a Comment