gpt4 book ai didi

java - Geode 中的 Lucene LaLong 查询和查询字符串

转载 作者:行者123 更新时间:2023-12-01 18:40:33 26 4
gpt4 key购买 nike

在 Geode 版本 1.10.0 中,如何从执行两者的 LuceneQueryFactory 创建 LuceneQuery

  1. Lucene 查询字符串
  2. 动态查询

一口气吗?

换句话说,是否有一种机制可以组合以下查询并将它们作为单个查询执行?

LuceneQuery<Long, Customer> luceneQuery1 =
luceneService
.createLuceneQueryFactory()
.setLimit(100)
.create("customerIndex", "customerReg", "postcode:abc def", "customerId");

LuceneQuery<Long, Customer> luceneQuery2 =
luceneService
.createLuceneQueryFactory()
.setLimit(100)
.create("customerIndex", "customerReg", index -> IntPoint.newRangeQuery("age", 20, 30));

最佳答案

对于遇到同样问题的其他人,可以在 Apache Geode Users mailing list 中找到答案。 ,特别是 this thread .

关于java - Geode 中的 Lucene LaLong 查询和查询字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59940279/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com