标签: solr cygwin query-string maxlength
当我通过Cygwin查询到Apache Solr时,就像这样:
http://localhost:8983/solr/tt/select/?indent=on&facet=true&fl=id,title,(rest of querystring)
超过1119个字符,返回一个完全空的页面。当我的查询字符串短于1119个字符时,我会得到结果。
Cygwin控制台中也没有显示任何内容,这让我觉得请求永远不会到来。
在哪里可以配置查询字符串的可接受最大长度?