nDocs must be > 0
// 函数search(query,filter,n),其中query是查询条件,filter是过滤器,n查询数量,异常消息意思就是n参数的值必须大于0
TopDocs topDocs = indexSearcher.search(bQuery, null, startNo + pageSize);
时间: 2024-10-12 20:04:31
nDocs must be > 0
// 函数search(query,filter,n),其中query是查询条件,filter是过滤器,n查询数量,异常消息意思就是n参数的值必须大于0
TopDocs topDocs = indexSearcher.search(bQuery, null, startNo + pageSize);