使用spring-data-es API进行 es 搜索建的索引中 有个 字段 List 类型。如何搜索这种类型。尝试了下面这种方式,没法搜索成功。
boolQueryBuilder.must(QueryBuilders.termQuery("consignCodeList",invoiceQueryPageB.getInvoiceConsignCode()));
请求下,有遇到类似问题的大神吗,指点一下。
https://blog.csdn.net/Hello_Ray/article/details/82153042
这里https://blog.csdn.net/Hello_Ray/article/details/82153042