0
因爲我可以在@Query(org.springframework.data.solr.repository.Query)中設置文本字符串Spring Solr Search。如何在@Query Solr中傳遞/設置「開始」和「行」參數搜索
但分頁我需要在@Query中設置「開始」和「行」參數?
請建議如何在@Query中設置這些參數並在Solr存儲庫中使用。
預先感謝
因爲我可以在@Query(org.springframework.data.solr.repository.Query)中設置文本字符串Spring Solr Search。如何在@Query Solr中傳遞/設置「開始」和「行」參數搜索
但分頁我需要在@Query中設置「開始」和「行」參數?
請建議如何在@Query中設置這些參數並在Solr存儲庫中使用。
預先感謝
感謝您的回覆,有沒有什麼辦法來計算使用可分頁結果的總數是多少? –
您可以使用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
嗨,感謝您的回覆。因爲我使用註釋,所以我沒有SolrTemplate對象來調用count()方法 –