You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/07/14 10:57:55 UTC

[GitHub] [skywalking] dmsolr commented on pull request #5096: optimization MetricsEsDAO multiGet

dmsolr commented on pull request #5096:
URL: https://github.com/apache/skywalking/pull/5096#issuecomment-658114954


   In actually, `gitHits().length` is more robustness. In general, `gitHits().Totalhits` works well unless the query timeout. 
   
   `gitHits().totalHits`  is as many documents matching the query. (hits)
   `gitHits().length` means the ResultSet size of query. (hits and recalls)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org