2016-09-29 31 views

回答

0
+0

感謝您的回覆,有沒有什麼辦法來計算使用可分頁結果的總數是多少? –

+0

您可以使用count方法[http://docs.spring.io/spring-data/solr/docs/1.0.0.RC1/api/org/springframework/data/solr/core/SolrTemplate.html#count(org) .springframework.data.solr.core.query.SolrDataQuery]來獲取結果總數。有關詳細信息,請參閱https://lucidworks.com/blog/2013/04/03/spring-data-solr-tutorial -dynamic-queries/ – daneshk

+0

嗨,感謝您的回覆。因爲我使用註釋,所以我沒有SolrTemplate對象來調用count()方法 –