0

当我通过 Cygwin 向 Apache Solr 查询字符串时,如下所示:

http://localhost:8983/solr/tt/select/?indent=on&facet=true&fl=id,title,(rest of querystring)

超过 1119 个字符,返回一个完全空白的页面。当我的查询字符串短于 1119 个字符时,我确实得到了结果。

Cygwin 控制台中也没有显示任何内容,这让我猜测请求永远不会到达。

在哪里可以配置接受的查询字符串的最大长度?

4

0 回答 0