English 中文(简体)
获取 SolrQuery 的完整查询字符串
原标题:
  • 时间:2009-04-29 11:03:20
  •  标签:

i m using Solrj in the dao tier of my application. What i want to know is how can i get

the full query string of the request.

For example: select?q=*:*&fq=active:true

Method SolrQuery.getQuery() only returns the q=XXX part (*:* in my example)

Thx

最佳回答

我没有适当的环境来测试,但是 SolrQuery.toString() 应该可以让你接近。

问题回答

暂无回答




相关问题
热门标签