gpt4 book ai didi

java - 如何在 3.0.2 中检索 Lucene 索引的文档总数?

转载 作者:行者123 更新时间:2023-11-29 06:15:33 25 4
gpt4 key购买 nike

我正在搜索一些文档,我想根据索引文档的数量返回匹配文档的数量。

最佳答案

您可以创建一个 MatchAllDocsQuery根据 javadocs 的说法:

A query that matches all documents.

否则可能是 IndexReader可能有用:

IndexReader.open("path/to/index").numDocs();

关于java - 如何在 3.0.2 中检索 Lucene 索引的文档总数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5244868/

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