我正在使用SOLR搜索数据.他们有什么方法可以识别SOLR数据的获取速度吗?
解决方法:
如果要监视Solr提取数据的速度,则来自Solr的响应包括您可以使用的QTime属性.
QTime is the elapsed time (in milliseconds) between the arrival of the
request (when the SolrQueryRequest object is created) and the completion of
the request handler. In other words, it will tell you how long it took to
execute your query including things like query parsing, the actual search,
faceting etc.
如果可以满足您的需求,我建议阅读Solr用户组中的以下帖子,其中讨论了监视此值的选项.