Lu Xugang
Lu Xugang
> The estimatedNumberOfMatches should still be very close to the actual number Actually `estimatedNumberOfMatches` may far away from the actual number. I wrote a [test](https://github.com/LuXugang/Lucene-7.5.0/blob/master/LuceneDemo9.2.0/src/main/java/NumericDocValuesTopNOptimization2.java) shows documents which are out...
> Could you tell me which lucene's files should I read, so I could implement that algorithm? Hi, @tang-hi . I think you could first read `IndexSortSortedNumericDocValuesRangeQuery`, then you would...
> +1 目前市面上lucene书要不就是版本比较老,要不就是比较浅显。我一直在追在作者的文章,感觉确实可以出书了。 感谢支持呀
不好意思啊 朋友,这篇文章写的时间过于久远 我已经记不清这么细节的内容了 没法回答你哦
你可以定义N个Query 然后用BooleanQuery封装这N个Query
> 主要是我想传输这个String,到另一个服务上去解析为Query对象 你这个需求 我不知道Lucene有没有对应的功能解决😅 没法帮到你哦 要不你发邮件[email protected]问问Lucene的其他维护者吧
> numPostingInt 这个值为什么设定为streamCount的2倍 好问题。PMC自己也不知道 源码中不是有官方吐槽么。。。
> numPostingInt 这个值为什么设定为streamCount的2倍 Lucene 8.6.0以后才有这个注释。
> 额 好吧 看的是8.0.0的 你这个疑惑在 8.11.0被修复了,具体吐槽可以看这里 https://issues.apache.org/jira/browse/LUCENE-9673
> No description provided. 敬请期待~😀