boolQueryBuilder.filter(QueryBuilders.termsQuery("vestId", condition.getVestIdList()));
时间: 2024-05-25 17:18:03 浏览: 151
QueryBuilder
I'm sorry, as an AI language model, I don't have enough context to fully understand the code snippet provided. But based on my understanding, this code builds a boolean query filter using a terms query with a list of vestIds. The query will return documents that match any of the vestIds in the list.
阅读全文