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: [email protected]
