我尝试从Hibernate Search 5.8.0.CR1升级到5.8.2.Final,从ElasticSearch 2.4.2升级到5.6.4。Fielddata上的Elasticsearch注释建议将字段的类型从text更改为keyword,或者设置fielddata=true,但我不确定如何使用Hibernate搜索注释,因为注释@FieldCustom normalizer [my_collation_normalizer] may not use filter我需
Elasticsearch: v7.2这是这个的Elasticsearch系列的延续。由于从MySql迁移到Elasticsearch,我们以前的数据库表需要从另一个表生成JOINED结果。当我们将数据库表转换为Elasticsearcch索引时,我们将假定为JOINED结果的内容转换为索引中的NESTED对象。现在我们可以从nested对象中获取具有正确参数的特定文档,例如:使用具有csr.csr_story_value of 3的csr字段在我们的web索引