2

我希望有人可以帮助我,我有 10 个用 lucene 索引的表,一个表没有被索引,我不知道为什么。我的设置是带有休眠 4.2.3 的 Glassfish 3.1.2。我在无状态bean中使用jpa,实体用@Indexed和@Field注释。所有其他表都被索引,只有一个不会索引,我在日志文件中没有收到任何错误。

有没有人遇到同样的问题?

4

1 回答 1

0

First of all, use a program called Luke (https://code.google.com/p/luke/), so you could check your index and see, if these tables are really indexed or not?

If yes, and all 9 tables are indexed, but not last - you need to check your configuration, find the difference in classes

于 2013-08-11T13:00:29.720 回答