Reputation: 1195
I have select all records from solr by solr facet stats, but I can't pagination them, How can I pagination by the pageSize and pageNum?
Upvotes: 4
Views: 228
Reputation: 613
You can't pagination when use solr facet stats, because use solr facet stats will stats all document.
Upvotes: 1