2

誰かが私を助けてくれることを願っています.Luceneでインデックス化された10個のテーブルがあり、1つのテーブルがインデックス化されず、理由がわかりません. 私のセットアップは、Glassfish 3.1.2 と hibernate 4.2.3 です。ステートレス Bean で jpa を使用しています。エンティティには @Indexed と @Field のアノテーションが付けられています。他のすべてのテーブルにはインデックスが作成されますが、1 つだけインデックスが作成されず、ログ ファイルにエラーが記録されません。

誰かが同じ問題に遭遇しましたか?

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 に答える