我想使用hibernate搜索的@IndexingDependency和一个PropertyBridge,但我似乎无法使它工作。我知道这个错误: failures:Hibernate Search
needs this information in order to reindex 'com.something.
当尝试在Grails2.4.4应用程序上添加可搜索性:0.6.9(或较小的)时,我会得到hibernate4抛出的异常,但只有当我将“静态searchable = true”添加到域类时才会发生这种情况:hibernate-validator:5.0.3.Final" // plugins for the build system only
build ":tomcat:4.3.6.1" // or ":hibe
我使用Hibernate搜索来实现全文搜索。我的数据库是Server。不幸的是,当全文搜索检索太多文档时,我面临Server的限制:
The incoming request has too many parameters.实际上,在找到匹配的文档之后,Hibernate搜索尝试从数据库加载相应的实体,其中包含一个查询和一个太大的IN子句。因此,我的问题是,是否可以将Hibernate搜索配置为从数